Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rmeta version to fix rustc_serialize ICE #91715

Merged
merged 1 commit into from
Dec 11, 2021

Conversation

the8472
Copy link
Member

@the8472 the8472 commented Dec 9, 2021

#91407 changed the serialization format which leads to ICEs for nightly users such as #91663 and linked issues. The issue can be solved by running cargo clean. But bumping the metadata version should lead to the cached files being discarded, avoiding the issue entirely.

rust-lang#91407 changed the serialization format which leads to ICEs for nightly users such as rust-lang#91663 and linked issue.
Bumping the metadata version should lead to the cached files being discarded instead.
@rust-highfive
Copy link
Collaborator

r? @michaelwoerister

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 9, 2021
@bjorn3
Copy link
Member

bjorn3 commented Dec 9, 2021

It would be nice if rustc could still read the old version for better error messages.

@matthiaskrgr
Copy link
Member

@bors p=1 because we've had a couple of tickets already about the assertion

@ehuss
Copy link
Contributor

ehuss commented Dec 9, 2021

Do we know why the rustc version check isn't preventing this from happening? My understanding of the metadata decoding is that it just loads a [u8] and doesn't try to decode unless the header matches (though I may be mis-remembering that).

@the8472
Copy link
Member Author

the8472 commented Dec 9, 2021

The incremental format writes out its header as [u8], including the the rustc version. The rmeta format writes out its header as [u8] but then writes the rustc version as string. I changed the way strings are serialized, that broke rmeta parsing before the version could be checked.

@Mark-Simulacrum
Copy link
Member

@bors r+ p=1

I think this can get merged in the meantime, but we should likely followup with a change to rmeta to match incremental's storage of the version.

@bors
Copy link
Contributor

bors commented Dec 9, 2021

📌 Commit 0696e79 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 9, 2021
@bors
Copy link
Contributor

bors commented Dec 9, 2021

⌛ Testing commit 0696e79 with merge d2798a1bd28d1ddcae011bb7b03c8f553df7c044...

@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors
Copy link
Contributor

bors commented Dec 9, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 9, 2021
@the8472
Copy link
Member Author

the8472 commented Dec 9, 2021

arm runners were restarted

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 9, 2021
@bors
Copy link
Contributor

bors commented Dec 9, 2021

⌛ Testing commit 0696e79 with merge 086ad3b5d4a5499271f84fcd5713fbd7324f029f...

@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors
Copy link
Contributor

bors commented Dec 10, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 10, 2021
@ehuss
Copy link
Contributor

ehuss commented Dec 10, 2021

The aarch64-gnu runner is not starting.

@bors retry treeclosed=100

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 10, 2021
@ehuss
Copy link
Contributor

ehuss commented Dec 10, 2021

@bors treeclosed-
Looks like aarch64-gnu is working now.

@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors
Copy link
Contributor

bors commented Dec 10, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 10, 2021
@ehuss
Copy link
Contributor

ehuss commented Dec 10, 2021

@bors retry

x86_64-apple has no logs

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 10, 2021
@bors
Copy link
Contributor

bors commented Dec 10, 2021

⌛ Testing commit 0696e79 with merge 4ce3ebb287dae13a8c66f57cde934e3e061ef36c...

@bors
Copy link
Contributor

bors commented Dec 10, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 10, 2021
@rust-log-analyzer
Copy link
Collaborator

The job dist-powerpc64-linux failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] rustc_borrowck test:false 80.520
[RUSTC-TIMING] rustc_typeck test:false 97.686
[RUSTC-TIMING] rustc_query_impl test:false 220.491
   Compiling rustc_driver v0.0.0 (/checkout/compiler/rustc_driver)
error: linking with `powerpc64-unknown-linux-gnu-gcc` failed: exit status: 1
  |
  = note: "powerpc64-unknown-linux-gnu-gcc" "-Wl,--version-script=/tmp/rustcfW98Nm/list" "-m64" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.0.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.1.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.10.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.11.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.12.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.13.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.14.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.15.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.2.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.3.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.4.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.5.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.6.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.7.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.8.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.rustc_driver.8ea94034-cgu.9.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/rustc_driver-46620c06d606c015.4mnd13bwoftunk6y.rcgu.rmeta" "-Wl,--as-needed" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/build/psm-7de14fc0471844d3/out" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/build/rustc_llvm-c04c8ae69b25448b/out" "-L" "/checkout/obj/build/powerpc64-unknown-linux-gnu/llvm/build/lib" "-L" "/x-tools/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/5.2.0/../../../../powerpc64-unknown-linux-gnu/lib/../lib64" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_error_codes-86fec061262d1634.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_save_analysis-0546d08643723113.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librls_data-6a573c6ccea73f97.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librls_span-9b5b35f7fa81ed37.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_interface-b3952261b5fd1ada.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_codegen_llvm-9327474f453ca63b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_llvm-42cfaea3b29bef04.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_privacy-c664b4d9b8ed26b3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_monomorphize-0a40d88869fff912.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_mir_transform-9613ee3920edd6b4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_builtin_macros-55c714b38564fd4d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_typeck-7277f7710cd6b631.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_ty_utils-37df543b5a31f342.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_resolve-512c4568294eec3b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_ast_lowering-94e4fde33134fc1e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_passes-66caa793121c6db1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_mir_build-7312e1729e6d3bf4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_borrowck-dbdf27b3f2da4572.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_const_eval-de1b90d1ef839bc4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_traits-98b079ad9cabf14a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libchalk_engine-2b04a02ee18441b2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libchalk_solve-78fbaa949d537990.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing_tree-5a0ff9aff35e0f42.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing_subscriber-ccf2be3c11e7e1db.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libchrono-0203032c0976ed87.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libnum_integer-613828ed2bc92e0a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libnum_traits-46fec76bb4bf3e1a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libthread_local-fede2988b86f9919.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libsharded_slab-7bd0ebfe3b7b293c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing_serde-f4338f713a7c9424.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libserde_json-9cd400c5e29e7fa6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libryu-31a619803f1a6ad1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libitoa-4c9469e62ec3d9fa.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing_log-def4cddfe0bf0bd7.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libansi_term-591eac210d644c4c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libmatchers-024189f91cb9432c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libregex_automata-cb4e7c8c2ce57c5a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpetgraph-e0f1e6a22255fb3b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libfixedbitset-68f5aea807077e7d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_mir_dataflow-680aa7358050321b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_query_impl-f2b3bfdbc8486791.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_codegen_ssa-b95e19fd87503b09.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_symbol_mangling-e892d82a63afc244.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_demangle-984b583b6c42c433.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpunycode-92cacab6fa953ee3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_incremental-b43452cc9f328d32.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand-c5ffc8555b80fe60.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand_chacha-b45c5c730cd6330e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand_core-beff18ecf0aba28d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libgetrandom-e00a92a8d6804e8b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpathdiff-eb563528657c28da.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libobject-89959a0491ebf3f4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libcrc32fast-47828f3ecba463fe.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libregex-e59698c37e3d65b5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libaho_corasick-a9d78baae8061629.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libmemchr-2bb00a8421ab0945.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libregex_syntax-baa6a77b9082c813.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libcc-6d029299aa7422e2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_plugin_impl-5516a9873007aa3b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_metadata-89eeb457a28285b4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_hir_pretty-2c823106807d2a09.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libsnap-aefeb7dfe909593c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_expand-ad5de8e838d059bd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_ast_passes-2f79f4aa43f88f66.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libitertools-ffb1be2a5acaf311.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_parse-c002a0534ae1f620.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libproc_macro-6469226ae8df64fc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_lint-be365a180f41bbc7.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libif_chain-cea8f600c9660afd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunicode_security-820afe461aaa6e4e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunicode_script-3a790efa701fe7a9.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunicode_normalization-c9ad01488e8b85b1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtinyvec-bcda4b3839b7fc1d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_trait_selection-33831e98c0bda21c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_parse_format-c25c8e25d0fbf3aa.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_infer-d090638a800226b1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_middle-4c09d58ce927f72e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libchalk_ir-1b293f92d3c0b22b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand_xoshiro-19c6587b3cb654b1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_type_ir-33b06b2c1a41cf48.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libeither-c2c2c131fda383aa.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_apfloat-88fbf86c0277fbc0.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libgsgdt-b4259293b818c3ba.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libserde-7802e4de79857879.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpolonius_engine-e887a824a9701d04.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libdatafrog-fd005efbb3562e02.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_attr-5b9bb6c7d0da6049.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_ast_pretty-5f8ef6f1cc44c370.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_query_system-70613f88e09bdcdc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_session-1eeb97c4681c48a6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libnum_cpus-e4fce8efe03a4441.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libgetopts-fa082d7ee233f25f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_fs_util-5969cf597a6c9a87.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_hir-0601954b8d84277e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libodht-edff3bc306fe374d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_feature-5bf79dcb93399945.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_errors-272f60a3185bc476.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtermize-b2756941f911ba9f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libatty-7275289f4342accf.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libannotate_snippets-6b0e6f42b02a5e1c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtermcolor-2b5d0e160f5ad120.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_lint_defs-d1576d7156a86703.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_target-091e421dcfbad021.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_ast-63a450cdd12f7186.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_lexer-0a76c9a39fa73005.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunic_emoji_char-8b4aa70280a3540c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunic_ucd_version-b7780daf828449e8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunic_common-066be6bc5a214115.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunic_char_property-989facae7fa0b87c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunic_char_range-b5acccab72485b8f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunicode_xid-4a26e834f896a777.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_span-a609b7b68da633aa.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libscoped_tls-163c327d5bd8cfc9.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libsha2-c4d5d87e3226cdfc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libsha1-fc19d5a102813c24.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libmd5-4f7cc6f302b21c23.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libopaque_debug-ef749fe76ccf12c9.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libblock_buffer-d12f1bfbc4296748.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libdigest-a8094ae01649e8fe.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libgeneric_array-25cf1f25b7dc949c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtypenum-5046b6fac99ef517.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libunicode_width-dcebf09a78db5073.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_arena-0e554986abfecb54.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_data_structures-bd44c2bffaa8c65d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libstacker-945eb1d2a4f7fd7f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpsm-5422382f9d681172.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libmemmap2-1e4e92fda5dd7816.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtempfile-76046091aa5bdafa.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand-13708a74094bd2e2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand_chacha-6a5e1e24254533fb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libppv_lite86-0f44dd3b55697ffd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librand_core-e66cd32b9733d2bd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libgetrandom-6e25f19f71474e54.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libremove_dir_all-e44a7ed72bfba94f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libmeasureme-12a0f20b9097e4d8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libparking_lot-303c3aff92233a2b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libparking_lot_core-cdebee48791eff36.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/liblock_api-d4b993fe86deaaf6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libscopeguard-172a058b09583cc2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libinstant-38a6361209c3ef8d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libena-e2837c2b12144b8f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/liblog-feeaef61679b659f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libstable_deref_trait-f91586dea4046e6d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_graphviz-abf8b310308cf522.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libjobserver-a0e97882e4e9d1f4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/liblibc-7ae11d8765133d2c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_hash-bf50ab0b7f8e4cdd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_index-2e5b0fc15803baba.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_serialize-9ce9f0de6ee8fced.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libindexmap-c7c4de69e0040531.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libhashbrown-40ab5db671325672.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libsmallvec-b70cc41efdd10055.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libarrayvec-6fea20d0ab945eb5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libcfg_if-a348156b641b53d5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libbitflags-77c75e3987e85e38.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing-9c4c358403afa36a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libpin_project_lite-20d4b73d5f2bcc4b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libtracing_core-e04071456aabf698.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/liblazy_static-6e169bbc47533865.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/libcfg_if-8f59d4cc58b6bdb2.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-df7b62e1f302c9bb" "-Wl,--end-group" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcompiler_builtins-c93083c94301c752.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_driver-46620c06d606c015.so" "-shared" "-Wl,-zrelro" "-Wl,-O1" "-nodefaultlibs" "-Wl,-rpath,$ORIGIN/../lib"
  = note: /x-tools/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/5.2.0/../../../../powerpc64-unknown-linux-gnu/bin/ld: long branch stub `00015147.300de:7+390' offset overflow
          /x-tools/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/5.2.0/../../../../powerpc64-unknown-linux-gnu/bin/ld: can not build stubs: invalid operation
          collect2: error: ld returned 1 exit status

[RUSTC-TIMING] rustc_driver test:false 56.254
error: could not compile `rustc_driver` due to previous error
Build completed unsuccessfully in 0:17:54

@matthiaskrgr
Copy link
Member

Linking failure

8f59d4cc58b6bdb2.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-df7b62e1f302c9bb" "-Wl,--end-group" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib/libcompiler_builtins-c93083c94301c752.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/powerpc64-unknown-linux-gnu/lib" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/powerpc64-unknown-linux-gnu/release/deps/librustc_driver-46620c06d606c015.so" "-shared" "-Wl,-zrelro" "-Wl,-O1" "-nodefaultlibs" "-Wl,-rpath,$ORIGIN/../lib"
  = note: /x-tools/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/5.2.0/../../../../powerpc64-unknown-linux-gnu/bin/ld: long branch stub `00015147.300de:7+390' offset overflow
          /x-tools/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/5.2.0/../../../../powerpc64-unknown-linux-gnu/bin/ld: can not build stubs: invalid operation
          collect2: error: ld returned 1 exit status
          

[RUSTC-TIMING] rustc_driver test:false 56.254
error: could not compile `rustc_driver` due to previous error
Build completed unsuccessfully in 0:17:54

@bors retry spurious linking failure

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 10, 2021
@bors
Copy link
Contributor

bors commented Dec 11, 2021

⌛ Testing commit 0696e79 with merge 82575a1...

@bors
Copy link
Contributor

bors commented Dec 11, 2021

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 82575a1 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 11, 2021
@bors bors merged commit 82575a1 into rust-lang:master Dec 11, 2021
@rustbot rustbot added this to the 1.59.0 milestone Dec 11, 2021
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (82575a1): comparison url.

Summary: This change led to very large relevant improvements 🎉 in compiler performance.

  • Very large improvement in instruction counts (up to -5.2% on incr-unchanged builds of inflate)

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@the8472
Copy link
Member Author

the8472 commented Dec 11, 2021

That result looks bogus, most likely incremental verification noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.