[INFO] cloning repository https://github.com/kaid/pxpx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kaid/pxpx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaid%2Fpxpx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaid%2Fpxpx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66869de2a0c42a1f4042bbbde85f04063ed24b9b [INFO] checking kaid/pxpx against try#7d2afcda7a9c043d5175cbca3ab08f0acf02b13a for pr-140824 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaid%2Fpxpx" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kaid/pxpx on toolchain 7d2afcda7a9c043d5175cbca3ab08f0acf02b13a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kaid/pxpx [INFO] finished tweaking git repo https://github.com/kaid/pxpx [INFO] tweaked toml for git repo https://github.com/kaid/pxpx written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kaid/pxpx already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5970bd91c1f32288b685e54e1e4635afa26c1608258b6f00d67f28e323579c96 [INFO] running `Command { std: "docker" "start" "-a" "5970bd91c1f32288b685e54e1e4635afa26c1608258b6f00d67f28e323579c96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5970bd91c1f32288b685e54e1e4635afa26c1608258b6f00d67f28e323579c96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5970bd91c1f32288b685e54e1e4635afa26c1608258b6f00d67f28e323579c96", kill_on_drop: false }` [INFO] [stdout] 5970bd91c1f32288b685e54e1e4635afa26c1608258b6f00d67f28e323579c96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06143424408ce3ac66f50255ff90a8227904bab2255394e03575860c947bca6c [INFO] running `Command { std: "docker" "start" "-a" "06143424408ce3ac66f50255ff90a8227904bab2255394e03575860c947bca6c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking arrow-schema v51.0.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Compiling flatbuffers v23.5.26 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking lz4_flex v0.11.3 [INFO] [stderr] Checking outref v0.5.1 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Checking bytes-utils v0.1.4 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling aws-types v0.56.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Compiling moka v0.11.3 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling blake3 v1.5.1 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking aws-smithy-types v0.56.1 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Checking arrow-buffer v51.0.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling chrono-tz-build v0.2.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking arrow-data v51.0.0 [INFO] [stderr] Checking bytemuck v1.16.0 [INFO] [stderr] Checking tagptr v0.2.0 [INFO] [stderr] Checking quanta v0.11.1 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking triomphe v0.1.12 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking roaring v0.10.4 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking mock_instant v0.3.2 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking aws-smithy-json v0.56.1 [INFO] [stderr] Compiling chrono-tz v0.8.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking xmlparser v0.13.6 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking aws-smithy-query v0.56.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking aws-smithy-xml v0.56.1 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Checking stfu8 v0.2.7 [INFO] [stderr] Checking std_prelude v0.2.12 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking shellexpand v3.1.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking async-priority-channel v0.2.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling lance-linalg v0.11.1 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Compiling snafu-derive v0.7.5 [INFO] [stderr] Compiling deepsize_derive v0.1.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking rangemap v1.5.1 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking deepsize v0.2.0 [INFO] [stderr] Compiling ffmpeg-next v7.0.2 [INFO] [stderr] Checking ordered-float v3.9.2 [INFO] [stderr] Checking lru_time_cache v0.11.11 [INFO] [stderr] Checking async_cell v0.2.2 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling strum_macros v0.26.3 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling sqlparser_derive v0.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking sqlparser v0.44.0 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Checking snafu v0.7.5 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking strum v0.26.2 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling lance-encoding v0.11.1 [INFO] [stderr] Compiling lance-file v0.11.1 [INFO] [stderr] Compiling lance-table v0.11.1 [INFO] [stderr] Compiling lance-index v0.11.1 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking datafusion-common-runtime v37.1.0 [INFO] [stderr] Checking aws-smithy-async v0.56.1 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking aws-credential-types v0.56.1 [INFO] [stderr] Compiling ffmpeg-sys-next v7.0.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking quick-xml v0.31.0 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking path_abs v0.5.1 [INFO] [stderr] Checking zstd v0.13.1 [INFO] [stderr] Checking hyper v0.14.29 [INFO] [stderr] Checking arrow-array v51.0.0 [INFO] [stderr] Checking arrow-select v51.0.0 [INFO] [stderr] Checking arrow-arith v51.0.0 [INFO] [stderr] Checking arrow-row v51.0.0 [INFO] [stderr] Checking arrow-cast v51.0.0 [INFO] [stderr] Checking arrow-ord v51.0.0 [INFO] [stderr] Checking arrow-string v51.0.0 [INFO] [stderr] Checking hyper-rustls v0.24.2 [INFO] [stderr] Checking aws-smithy-http v0.56.1 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking aws-smithy-http-tower v0.56.1 [INFO] [stderr] Checking aws-smithy-runtime-api v0.56.1 [INFO] [stderr] Checking aws-sigv4 v0.56.1 [INFO] [stderr] Checking aws-smithy-client v0.56.1 [INFO] [stderr] Checking object_store v0.9.1 [INFO] [stderr] Checking arrow-json v51.0.0 [INFO] [stderr] Checking arrow-csv v51.0.0 [INFO] [stderr] Checking arrow-ipc v51.0.0 [INFO] [stderr] Checking lance-arrow v0.11.1 [INFO] [stderr] Checking aws-smithy-runtime v0.56.1 [INFO] [stderr] Checking aws-http v0.56.1 [INFO] [stderr] Checking aws-runtime v0.56.1 [INFO] [stderr] Checking arrow v51.0.0 [INFO] [stderr] Checking lance-datagen v0.11.1 [INFO] [stderr] Checking aws-sdk-sts v0.30.0 [INFO] [stderr] Checking aws-sdk-sso v0.30.0 [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at /rustc/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs:417:13: [INFO] [stderr] assertion failed: goals.is_empty() [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x76beeeb26a13 - ::fmt::h2e21c62a24abbc15 [INFO] [stderr] 1: 0x76beef2059c7 - core::fmt::write::he722e62da8c1e9e8 [INFO] [stderr] 2: 0x76bef02de611 - std::io::Write::write_fmt::hcb7e25f2599a2273 [INFO] [stderr] 3: 0x76beeeb26872 - std::sys::backtrace::BacktraceLock::print::h5bbc6bf022f4b4e4 [INFO] [stderr] 4: 0x76beeeb2a46a - std::panicking::default_hook::{{closure}}::h1fedd83de2eb085e [INFO] [stderr] 5: 0x76beeeb29fef - std::panicking::default_hook::h2b7ba9a6fb124ab7 [INFO] [stderr] 6: 0x76beedb62a33 - std[9f1634e1770eb41b]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x76beeeb2ace3 - std::panicking::rust_panic_with_hook::h84a58634492b5ed6 [INFO] [stderr] 8: 0x76beeeb2a9a6 - std::panicking::begin_panic_handler::{{closure}}::h521406465ff7da15 [INFO] [stderr] 9: 0x76beeeb26ed9 - std::sys::backtrace::__rust_end_short_backtrace::h020019c2da31dea5 [INFO] [stderr] 10: 0x76beeeb2a69d - __rustc[dfb5731ed8a4fdce]::rust_begin_unwind [INFO] [stderr] 11: 0x76beeb486840 - core::panicking::panic_fmt::h23bc8c485ba3bdce [INFO] [stderr] 12: 0x76beeb48b75c - core::panicking::panic::hb5a42c0c815031aa [INFO] [stderr] 13: 0x76beeff94da8 - >::unify_query_var_values [INFO] [stderr] 14: 0x76beeffc90e0 - >::evaluate_goal_raw [INFO] [stderr] 15: 0x76beeffc7de4 - >::evaluate_goal [INFO] [stderr] 16: 0x76beeffc3566 - >::evaluate_added_goals_step [INFO] [stderr] 17: 0x76beeffc4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 18: 0x76beeff9c2e1 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 19: 0x76beeffcd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 20: 0x76beeffc8a0c - >::evaluate_goal_raw [INFO] [stderr] 21: 0x76beeffc7de4 - >::evaluate_goal [INFO] [stderr] 22: 0x76beeffbfd37 - >::enter_root::, ::evaluate_root_goal::{closure#0}> [INFO] [stderr] 23: 0x76beeffbf953 - as rustc_infer[49edb712e4b86dd1]::traits::engine::TraitEngine>::select_where_possible [INFO] [stderr] 24: 0x76beef838df3 - rustc_hir_analysis[5041d215529f28a0]::impl_wf_check::lint_object_blanket_impl [INFO] [stderr] 25: 0x76beef837127 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 26: 0x76beef83658e - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 27: 0x76beef836292 - rustc_query_impl[1e0fe24521a74974]::query_impl::lint_object_blanket_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 28: 0x76beef2175f1 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_well_formed [INFO] [stderr] 29: 0x76beef215b53 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x76beefbe2971 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::, rustc_query_system[f183c25d7af511e9]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x76beefbe244a - rustc_query_impl[1e0fe24521a74974]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x76beefbe32b5 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_mod_type_wf [INFO] [stderr] 33: 0x76beefbe30cd - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 34: 0x76beefdff784 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 35: 0x76beefdff511 - rustc_query_impl[1e0fe24521a74974]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 36: 0x76beef4be272 - rustc_hir_analysis[5041d215529f28a0]::check_crate [INFO] [stderr] 37: 0x76beef52ecb7 - rustc_interface[44156eaaaec47894]::passes::run_required_analyses [INFO] [stderr] 38: 0x76beefe046de - rustc_interface[44156eaaaec47894]::passes::analysis [INFO] [stderr] 39: 0x76beefe046b5 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x76bef01a3e7a - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x76bef01a3b4f - rustc_query_impl[1e0fe24521a74974]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x76bef0398cc7 - rustc_interface[44156eaaaec47894]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 43: 0x76bef0326166 - rustc_interface[44156eaaaec47894]::interface::run_compiler::<(), rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 44: 0x76bef02d24fe - std[9f1634e1770eb41b]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 45: 0x76bef02d2974 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b3634ab4c33436ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 46: 0x76bef02d3d6b - std::sys::pal::unix::thread::Thread::new::thread_start::h3211d0154e7514f1 [INFO] [stderr] 47: 0x76beea08aaa4 - [INFO] [stderr] 48: 0x76beea117a34 - clone [INFO] [stderr] 49: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sso-0.30.0/rustc-ice-2025-05-10T05_01_48-3942.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.88.0-nightly (7d2afcda7 2025-05-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [lint_object_blanket_impl] u if wu [INFO] [stderr] #1 [check_well_formed] checking that `client::customize::internal::` is well-formed [INFO] [stderr] #2 [check_mod_type_wf] checking that types are well-formed in module `client::customize::internal` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at /rustc/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs:417:13: [INFO] [stderr] assertion failed: goals.is_empty() [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7bcf5a926a13 - ::fmt::h2e21c62a24abbc15 [INFO] [stderr] 1: 0x7bcf5b0059c7 - core::fmt::write::he722e62da8c1e9e8 [INFO] [stderr] 2: 0x7bcf5c0de611 - std::io::Write::write_fmt::hcb7e25f2599a2273 [INFO] [stderr] 3: 0x7bcf5a926872 - std::sys::backtrace::BacktraceLock::print::h5bbc6bf022f4b4e4 [INFO] [stderr] 4: 0x7bcf5a92a46a - std::panicking::default_hook::{{closure}}::h1fedd83de2eb085e [INFO] [stderr] 5: 0x7bcf5a929fef - std::panicking::default_hook::h2b7ba9a6fb124ab7 [INFO] [stderr] 6: 0x7bcf59962a33 - std[9f1634e1770eb41b]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7bcf5a92ace3 - std::panicking::rust_panic_with_hook::h84a58634492b5ed6 [INFO] [stderr] 8: 0x7bcf5a92a9a6 - std::panicking::begin_panic_handler::{{closure}}::h521406465ff7da15 [INFO] [stderr] 9: 0x7bcf5a926ed9 - std::sys::backtrace::__rust_end_short_backtrace::h020019c2da31dea5 [INFO] [stderr] 10: 0x7bcf5a92a69d - __rustc[dfb5731ed8a4fdce]::rust_begin_unwind [INFO] [stderr] 11: 0x7bcf57286840 - core::panicking::panic_fmt::h23bc8c485ba3bdce [INFO] [stderr] 12: 0x7bcf5728b75c - core::panicking::panic::hb5a42c0c815031aa [INFO] [stderr] 13: 0x7bcf5bd94da8 - >::unify_query_var_values [INFO] [stderr] 14: 0x7bcf5bdc90e0 - >::evaluate_goal_raw [INFO] [stderr] 15: 0x7bcf5bdc7de4 - >::evaluate_goal [INFO] [stderr] 16: 0x7bcf5bdc3566 - >::evaluate_added_goals_step [INFO] [stderr] 17: 0x7bcf5bdc4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 18: 0x7bcf5bd9c2e1 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 19: 0x7bcf5bdcd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 20: 0x7bcf5bdc8a0c - >::evaluate_goal_raw [INFO] [stderr] 21: 0x7bcf5bdc7de4 - >::evaluate_goal [INFO] [stderr] 22: 0x7bcf5bdbfd37 - >::enter_root::, ::evaluate_root_goal::{closure#0}> [INFO] [stderr] 23: 0x7bcf5bdbf953 - as rustc_infer[49edb712e4b86dd1]::traits::engine::TraitEngine>::select_where_possible [INFO] [stderr] 24: 0x7bcf5b638df3 - rustc_hir_analysis[5041d215529f28a0]::impl_wf_check::lint_object_blanket_impl [INFO] [stderr] 25: 0x7bcf5b637127 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 26: 0x7bcf5b63658e - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 27: 0x7bcf5b636292 - rustc_query_impl[1e0fe24521a74974]::query_impl::lint_object_blanket_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 28: 0x7bcf5b0175f1 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_well_formed [INFO] [stderr] 29: 0x7bcf5b015b53 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x7bcf5b9e2971 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::, rustc_query_system[f183c25d7af511e9]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x7bcf5b9e244a - rustc_query_impl[1e0fe24521a74974]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x7bcf5b9e32b5 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_mod_type_wf [INFO] [stderr] 33: 0x7bcf5b9e30cd - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 34: 0x7bcf5bbff784 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 35: 0x7bcf5bbff511 - rustc_query_impl[1e0fe24521a74974]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 36: 0x7bcf5b2be272 - rustc_hir_analysis[5041d215529f28a0]::check_crate [INFO] [stderr] 37: 0x7bcf5b32ecb7 - rustc_interface[44156eaaaec47894]::passes::run_required_analyses [INFO] [stderr] 38: 0x7bcf5bc046de - rustc_interface[44156eaaaec47894]::passes::analysis [INFO] [stderr] 39: 0x7bcf5bc046b5 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x7bcf5bfa3e7a - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7bcf5bfa3b4f - rustc_query_impl[1e0fe24521a74974]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x7bcf5c198cc7 - rustc_interface[44156eaaaec47894]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 43: 0x7bcf5c126166 - rustc_interface[44156eaaaec47894]::interface::run_compiler::<(), rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 44: 0x7bcf5c0d24fe - std[9f1634e1770eb41b]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 45: 0x7bcf5c0d2974 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b3634ab4c33436ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 46: 0x7bcf5c0d3d6b - std::sys::pal::unix::thread::Thread::new::thread_start::h3211d0154e7514f1 [INFO] [stderr] 47: 0x7bcf5d675aa4 - [INFO] [stderr] 48: 0x7bcf5d702a34 - clone [INFO] [stderr] 49: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sts-0.30.0/rustc-ice-2025-05-10T05_01_48-3940.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.88.0-nightly (7d2afcda7 2025-05-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [lint_object_blanket_impl] u if wu [INFO] [stderr] #1 [check_well_formed] checking that `client::customize::internal::` is well-formed [INFO] [stderr] #2 [check_mod_type_wf] checking that types are well-formed in module `client::customize::internal` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `aws-sdk-sso` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/bin/rustc --crate-name aws_sdk_sso --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sso-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-tokio", "rustls", "test-util"))' -C metadata=5b7a7206fa958c98 -C extra-filename=-05ececb6c6240f8e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-47d23305528d1335.rmeta --extern aws_http=/opt/rustwide/target/debug/deps/libaws_http-f8d7fef3796d62e8.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-0bed16ff57efc068.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-619005a841f0406e.rmeta --extern aws_smithy_client=/opt/rustwide/target/debug/deps/libaws_smithy_client-c669431778d3e97e.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-aeabed1089f683fb.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-3c1822876023348f.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-7ef9f014269ac817.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-ccee84b3cf905aac.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-74b7033175e5c4d1.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-b3ebd9b913d516c2.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bcf5599150873505.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-62938d6fffe68c9e.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-51393bb74b0b6a99.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-f532ac7270af4002.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-74fbd78c513c2db9.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-de957e15bdf83a3f/out` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aws-sdk-sts` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/bin/rustc --crate-name aws_sdk_sts --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sts-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-tokio", "rustls", "test-util"))' -C metadata=c983c363533c6b2d -C extra-filename=-1aea1cbf7939f4a0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-47d23305528d1335.rmeta --extern aws_http=/opt/rustwide/target/debug/deps/libaws_http-f8d7fef3796d62e8.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-0bed16ff57efc068.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-619005a841f0406e.rmeta --extern aws_smithy_client=/opt/rustwide/target/debug/deps/libaws_smithy_client-c669431778d3e97e.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-aeabed1089f683fb.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-3c1822876023348f.rmeta --extern aws_smithy_query=/opt/rustwide/target/debug/deps/libaws_smithy_query-6b8a83fbf320a292.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-7ef9f014269ac817.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-ccee84b3cf905aac.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-74b7033175e5c4d1.rmeta --extern aws_smithy_xml=/opt/rustwide/target/debug/deps/libaws_smithy_xml-0b47b8d82c8a9767.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-b3ebd9b913d516c2.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-62938d6fffe68c9e.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-51393bb74b0b6a99.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-74fbd78c513c2db9.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-de957e15bdf83a3f/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "06143424408ce3ac66f50255ff90a8227904bab2255394e03575860c947bca6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06143424408ce3ac66f50255ff90a8227904bab2255394e03575860c947bca6c", kill_on_drop: false }` [INFO] [stdout] 06143424408ce3ac66f50255ff90a8227904bab2255394e03575860c947bca6c