[INFO] cloning repository https://github.com/Joystream/runtime-example-module [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Joystream/runtime-example-module" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoystream%2Fruntime-example-module", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoystream%2Fruntime-example-module'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 96075fc12214e58a752c9410260f7974d98bdb16 [INFO] checking Joystream/runtime-example-module against master#568f6a8641e391ffcdcdb03e79d0901731d8d399 for pr-117164 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoystream%2Fruntime-example-module" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Joystream/runtime-example-module on toolchain 568f6a8641e391ffcdcdb03e79d0901731d8d399 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+568f6a8641e391ffcdcdb03e79d0901731d8d399" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Joystream/runtime-example-module [INFO] finished tweaking git repo https://github.com/Joystream/runtime-example-module [INFO] tweaked toml for git repo https://github.com/Joystream/runtime-example-module written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Joystream/runtime-example-module 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" "+568f6a8641e391ffcdcdb03e79d0901731d8d399" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/joystream/substrate.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/paritytech/substrate-bip39` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.90 [INFO] [stderr] Downloaded crunchy v0.2.1 [INFO] [stderr] Downloaded twox-hash v1.2.0 [INFO] [stderr] Downloaded merlin v1.1.0 [INFO] [stderr] Downloaded wasmi v0.4.5 [INFO] [stderr] Downloaded impl-codec v0.2.0 [INFO] [stderr] Downloaded primitive-types v0.2.1 [INFO] [stderr] Downloaded trie-root v0.12.2 [INFO] [stderr] Downloaded crypto-mac v0.4.0 [INFO] [stderr] Downloaded elastic-array v0.10.2 [INFO] [stderr] Downloaded memory-db v0.12.2 [INFO] [stderr] Downloaded proc-macro-hack-impl v0.4.1 [INFO] [stderr] Downloaded uint v0.6.1 [INFO] [stderr] Downloaded strum_macros v0.14.0 [INFO] [stderr] Downloaded proc-macro-hack v0.4.1 [INFO] [stderr] Downloaded bitmask v0.5.0 [INFO] [stderr] Downloaded hmac v0.7.0 [INFO] [stderr] Downloaded subtle v2.1.0 [INFO] [stderr] Downloaded wasmi-validation v0.1.0 [INFO] [stderr] Downloaded ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Downloaded paste v0.1.5 [INFO] [stderr] Downloaded parity-wasm v0.31.3 [INFO] [stderr] Downloaded syn v0.15.31 [INFO] [stderr] Downloaded curve25519-dalek v1.1.3 [INFO] [stderr] Downloaded libsecp256k1 v0.2.2 [INFO] [stderr] Downloaded hmac v0.4.2 [INFO] [stderr] Downloaded ring v0.14.6 [INFO] [stderr] Downloaded hashmap_core v0.1.10 [INFO] [stderr] Downloaded hmac-drbg v0.1.2 [INFO] [stderr] Downloaded trie-db v0.12.2 [INFO] [stderr] Downloaded schnorrkel v0.1.1 [INFO] [stderr] Downloaded proc-macro-hack v0.5.5 [INFO] [stderr] Downloaded environmental v1.0.1 [INFO] [stderr] Downloaded parity-codec v3.5.1 [INFO] [stderr] Downloaded impl-serde v0.1.1 [INFO] [stderr] Downloaded fixed-hash v0.3.0 [INFO] [stderr] Downloaded hash-db v0.12.2 [INFO] [stderr] Downloaded paste-impl v0.1.5 [INFO] [stderr] Downloaded once_cell v0.1.8 [INFO] [stderr] Downloaded sha2 v0.6.0 [INFO] [stderr] Downloaded tiny-keccak v1.4.2 [INFO] [stderr] Downloaded integer-sqrt v0.1.2 [INFO] [stderr] Downloaded sha2 v0.8.0 [INFO] [stderr] Downloaded safe-mix v1.0.0 [INFO] [stderr] Downloaded digest v0.6.2 [INFO] [stderr] Downloaded proc-macro-crate v0.1.3 [INFO] [stderr] Downloaded parity-codec-derive v3.3.0 [INFO] [stderr] Downloaded clear_on_drop v0.2.3 [INFO] [stderr] Downloaded hex-literal v0.1.4 [INFO] [stderr] Downloaded tiny-bip39 v0.6.2 [INFO] [stderr] Downloaded hash256-std-hasher v0.12.2 [INFO] [stderr] Downloaded hex-literal-impl v0.1.2 [INFO] [stderr] Downloaded strum v0.14.0 [INFO] [stderr] Downloaded block-buffer v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+568f6a8641e391ffcdcdb03e79d0901731d8d399" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8a2975c7416b2fdec12928c3e9bd15b9b8d2c146413acd44d7030abeaade344 [INFO] running `Command { std: "docker" "start" "-a" "c8a2975c7416b2fdec12928c3e9bd15b9b8d2c146413acd44d7030abeaade344", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8a2975c7416b2fdec12928c3e9bd15b9b8d2c146413acd44d7030abeaade344", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8a2975c7416b2fdec12928c3e9bd15b9b8d2c146413acd44d7030abeaade344", kill_on_drop: false }` [INFO] [stdout] c8a2975c7416b2fdec12928c3e9bd15b9b8d2c146413acd44d7030abeaade344 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+568f6a8641e391ffcdcdb03e79d0901731d8d399" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f27c7bee95c30cc3aa45cacb92afe0a7bfee45d03243e780e185ffa21490534b [INFO] running `Command { std: "docker" "start" "-a" "f27c7bee95c30cc3aa45cacb92afe0a7bfee45d03243e780e185ffa21490534b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling libc v0.2.53 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling syn v0.15.31 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking block-padding v0.1.4 [INFO] [stderr] Checking rustc-demangle v0.1.14 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.3 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling crunchy v0.2.1 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking hash-db v0.12.2 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking parity-wasm v0.31.3 [INFO] [stderr] Compiling sr-std v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Compiling hex-literal-impl v0.1.2 [INFO] [stderr] Checking digest v0.8.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Compiling curve25519-dalek v1.1.3 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking uint v0.6.1 [INFO] [stderr] Checking merlin v1.1.0 [INFO] [stderr] Checking fixed-hash v0.3.0 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking untrusted v0.6.2 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Checking hex-literal v0.1.4 [INFO] [stderr] Checking twox-hash v1.2.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking hash256-std-hasher v0.12.2 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking wasmi-validation v0.1.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking hashmap_core v0.1.10 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking elastic-array v0.10.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking once_cell v0.1.8 [INFO] [stderr] Checking byte-tools v0.2.0 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Checking memory-db v0.12.2 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking trie-root v0.12.2 [INFO] [stderr] Checking hmac-drbg v0.1.2 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Compiling sr-io v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking wasmi v0.4.5 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking trie-db v0.12.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Checking environmental v1.0.1 [INFO] [stderr] Checking substrate-panic-handler v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking integer-sqrt v0.1.2 [INFO] [stderr] Compiling safe-mix v1.0.0 [INFO] [stderr] Checking libsecp256k1 v0.2.2 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Checking bitmask v0.5.0 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking strum v0.14.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking impl-serde v0.1.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling proc-macro-crate v0.1.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling parity-codec-derive v3.3.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling proc-macro-hack v0.5.5 [INFO] [stderr] Compiling srml-support-procedural-tools-derive v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling sr-api-macros v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling strum_macros v0.14.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling paste-impl v0.1.5 [INFO] [stderr] Compiling srml-support-procedural-tools v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Checking tiny-bip39 v0.6.2 [INFO] [stderr] Checking schnorrkel v0.1.1 [INFO] [stderr] Checking parity-codec v3.5.1 [INFO] [stderr] Checking substrate-bip39 v0.2.1 (https://github.com/paritytech/substrate-bip39#44307fda) [INFO] [stderr] Checking paste v0.1.5 [INFO] [stderr] Checking impl-codec v0.2.0 [INFO] [stderr] Checking substrate-trie v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking primitive-types v0.2.1 [INFO] [stderr] Checking substrate-primitives v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-state-machine v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-metadata v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-keyring v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling srml-support-procedural v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking sr-primitives v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-inherents v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-support v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-system v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-balances v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking runtime-example-module v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.95s [INFO] running `Command { std: "docker" "inspect" "f27c7bee95c30cc3aa45cacb92afe0a7bfee45d03243e780e185ffa21490534b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f27c7bee95c30cc3aa45cacb92afe0a7bfee45d03243e780e185ffa21490534b", kill_on_drop: false }` [INFO] [stdout] f27c7bee95c30cc3aa45cacb92afe0a7bfee45d03243e780e185ffa21490534b [INFO] checking Joystream/runtime-example-module against try#eb3956d47f58f1c7c0a5694b1d3401945bc41dce for pr-117164 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoystream%2Fruntime-example-module" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Joystream/runtime-example-module on toolchain eb3956d47f58f1c7c0a5694b1d3401945bc41dce [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eb3956d47f58f1c7c0a5694b1d3401945bc41dce" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Joystream/runtime-example-module [INFO] finished tweaking git repo https://github.com/Joystream/runtime-example-module [INFO] tweaked toml for git repo https://github.com/Joystream/runtime-example-module written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Joystream/runtime-example-module 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" "+eb3956d47f58f1c7c0a5694b1d3401945bc41dce" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+eb3956d47f58f1c7c0a5694b1d3401945bc41dce" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d629ba9c4992560e89f64e737b10b7217559bfc8722270e2c6b4ba9bc5bf8ee [INFO] running `Command { std: "docker" "start" "-a" "7d629ba9c4992560e89f64e737b10b7217559bfc8722270e2c6b4ba9bc5bf8ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d629ba9c4992560e89f64e737b10b7217559bfc8722270e2c6b4ba9bc5bf8ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d629ba9c4992560e89f64e737b10b7217559bfc8722270e2c6b4ba9bc5bf8ee", kill_on_drop: false }` [INFO] [stdout] 7d629ba9c4992560e89f64e737b10b7217559bfc8722270e2c6b4ba9bc5bf8ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+eb3956d47f58f1c7c0a5694b1d3401945bc41dce" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6aae15e127cf67de74c7886028b2599b815bb8e7edce1c3eee676d6b9dd4e6cb [INFO] running `Command { std: "docker" "start" "-a" "6aae15e127cf67de74c7886028b2599b815bb8e7edce1c3eee676d6b9dd4e6cb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling libc v0.2.53 [INFO] [stderr] Compiling syn v0.15.31 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking block-padding v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.3 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.14 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling crunchy v0.2.1 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking hash-db v0.12.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking parity-wasm v0.31.3 [INFO] [stderr] Compiling sr-std v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Compiling hex-literal-impl v0.1.2 [INFO] [stderr] Checking digest v0.8.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Compiling curve25519-dalek v1.1.3 [INFO] [stderr] Checking merlin v1.1.0 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Checking fixed-hash v0.3.0 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking uint v0.6.1 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking untrusted v0.6.2 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking hex-literal v0.1.4 [INFO] [stderr] Checking twox-hash v1.2.0 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking hash256-std-hasher v0.12.2 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking wasmi-validation v0.1.0 [INFO] [stderr] Checking hashmap_core v0.1.10 [INFO] [stderr] Checking once_cell v0.1.8 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking elastic-array v0.10.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking byte-tools v0.2.0 [INFO] [stderr] Checking memory-db v0.12.2 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Checking trie-root v0.12.2 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking hmac-drbg v0.1.2 [INFO] [stderr] Compiling sr-io v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking wasmi v0.4.5 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking trie-db v0.12.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Checking environmental v1.0.1 [INFO] [stderr] Checking integer-sqrt v0.1.2 [INFO] [stderr] Compiling safe-mix v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking libsecp256k1 v0.2.2 [INFO] [stderr] Checking substrate-panic-handler v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking bitmask v0.5.0 [INFO] [stderr] Checking strum v0.14.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking impl-serde v0.1.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling proc-macro-crate v0.1.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling parity-codec-derive v3.3.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling proc-macro-hack v0.5.5 [INFO] [stderr] Compiling srml-support-procedural-tools-derive v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling sr-api-macros v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling strum_macros v0.14.0 [INFO] [stderr] Compiling paste-impl v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling srml-support-procedural-tools v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Checking tiny-bip39 v0.6.2 [INFO] [stderr] Checking schnorrkel v0.1.1 [INFO] [stderr] Checking parity-codec v3.5.1 [INFO] [stderr] Checking paste v0.1.5 [INFO] [stderr] Checking impl-codec v0.2.0 [INFO] [stderr] Checking substrate-trie v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-bip39 v0.2.1 (https://github.com/paritytech/substrate-bip39#44307fda) [INFO] [stderr] Checking primitive-types v0.2.1 [INFO] [stderr] Checking substrate-primitives v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-state-machine v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-metadata v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-keyring v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Compiling srml-support-procedural v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking sr-primitives v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking substrate-inherents v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-support v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-system v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking srml-balances v1.0.0 (https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b) [INFO] [stderr] Checking runtime-example-module v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] thread 'rustc' panicked at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/compiler/rustc_errors/src/lib.rs:1113:75: [INFO] [stdout] error: internal compiler error: compiler/rustc_trait_selection/src/traits/coherence.rs:806:9: can't orphan check a trait ref with both params and inference variables <::Currency as sr_api_hidden_includes_decl_storage::hidden_include::traits::Currency<_>> [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stdout] error: internal compiler error: compiler/rustc_trait_selection/src/traits/coherence.rs:806:9: can't orphan check a trait ref with both params and inference variables <::Currency as sr_api_hidden_includes_decl_storage::hidden_include::traits::Currency<_>> [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/compiler/rustc_errors/src/lib.rs:1113:75: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f4907d3745c - std::backtrace_rs::backtrace::libunwind::trace::h9842b9d675b92006 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stderr] 1: 0x7f4907d3745c - std::backtrace_rs::backtrace::trace_unsynchronized::hd0a28db86482f5f2 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f4907d3745c - std::sys_common::backtrace::_print_fmt::h4da8f019d2292968 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 0: 0x7fd6b020d45c - std::backtrace_rs::backtrace::libunwind::trace::h9842b9d675b92006 [INFO] [stderr] 3: 0x7f4907d3745c - ::fmt::hb25436495775e0c7 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stderr] 1: 0x7fd6b020d45c - std::backtrace_rs::backtrace::trace_unsynchronized::hd0a28db86482f5f2 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fd6b020d45c - std::sys_common::backtrace::_print_fmt::h4da8f019d2292968 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x7fd6b020d45c - ::fmt::hb25436495775e0c7 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x7f4907d8a4a0 - core::fmt::rt::Argument::fmt::h88ed20e36ee1a321 [INFO] [stderr] 4: 0x7fd6b02604a0 - core::fmt::rt::Argument::fmt::h88ed20e36ee1a321 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x7fd6b02604a0 - core::fmt::write::h5b01c1fe424b3a57 [INFO] [stderr] 5: 0x7f4907d8a4a0 - core::fmt::write::h5b01c1fe424b3a57 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/core/src/fmt/mod.rs:1120:17 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/core/src/fmt/mod.rs:1120:17 [INFO] [stderr] 6: 0x7fd6b02012bf - std::io::Write::write_fmt::h97b835339435145a [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/io/mod.rs:1810:15 [INFO] [stderr] 6: 0x7f4907d2b2bf - std::io::Write::write_fmt::h97b835339435145a [INFO] [stderr] 7: 0x7fd6b020d244 - std::sys_common::backtrace::_print::h93e76507fd4e0e35 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/io/mod.rs:1810:15 [INFO] [stderr] 8: 0x7fd6b020d244 - std::sys_common::backtrace::print::h91cd271153833165 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 7: 0x7f4907d37244 - std::sys_common::backtrace::_print::h93e76507fd4e0e35 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x7f4907d37244 - std::sys_common::backtrace::print::h91cd271153833165 [INFO] [stderr] 9: 0x7fd6b020fed7 - std::panicking::default_hook::{{closure}}::h0a7cebca39f81ef6 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x7f4907d39ed7 - std::panicking::default_hook::{{closure}}::h0a7cebca39f81ef6 [INFO] [stderr] 10: 0x7f4907d39c3f - std::panicking::default_hook::h9af3d9fb49b5d3fa [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/panicking.rs:292:9 [INFO] [stderr] 10: 0x7fd6b020fc3f - std::panicking::default_hook::h9af3d9fb49b5d3fa [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x7fd6acef4410 - std[70adfe3cb0d322ac]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 11: 0x7f4904af4410 - std[70adfe3cb0d322ac]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 12: 0x7f4907d3a618 - as core::ops::function::Fn>::call::he9fcbcc96ad83dbd [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2029:9 [INFO] [stderr] 13: 0x7f4907d3a618 - std::panicking::rust_panic_with_hook::h12a891e08b5c1a3b [INFO] [stderr] 12: 0x7fd6b0210618 - as core::ops::function::Fn>::call::he9fcbcc96ad83dbd [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/panicking.rs:783:13 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2029:9 [INFO] [stderr] 13: 0x7fd6b0210618 - std::panicking::rust_panic_with_hook::h12a891e08b5c1a3b [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/panicking.rs:783:13 [INFO] [stderr] 14: 0x7fd6acf2c864 - std[70adfe3cb0d322ac]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 14: 0x7f4904b2c864 - std[70adfe3cb0d322ac]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 15: 0x7fd6acf28cf6 - std[70adfe3cb0d322ac]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 15: 0x7f4904b28cf6 - std[70adfe3cb0d322ac]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 16: 0x7fd6acf24036 - std[70adfe3cb0d322ac]::panicking::begin_panic:: [INFO] [stderr] 16: 0x7f4904b24036 - std[70adfe3cb0d322ac]::panicking::begin_panic:: [INFO] [stderr] 17: 0x7fd6acf37b39 - ::diagnostic_builder_emit_producing_guarantee [INFO] [stderr] 17: 0x7f4904b37b39 - ::diagnostic_builder_emit_producing_guarantee [INFO] [stderr] 18: 0x7f4904f194c5 - ::bug:: [INFO] [stderr] 18: 0x7fd6ad3194c5 - ::bug:: [INFO] [stderr] 19: 0x7fd6ad3b644d - rustc_middle[f0bb88c0811a983c]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 19: 0x7f4904fb644d - rustc_middle[f0bb88c0811a983c]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 20: 0x7fd6ad39dbaa - rustc_middle[f0bb88c0811a983c]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 20: 0x7f4904f9dbaa - rustc_middle[f0bb88c0811a983c]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 21: 0x7fd6ad39da28 - rustc_middle[f0bb88c0811a983c]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 21: 0x7f4904f9da28 - rustc_middle[f0bb88c0811a983c]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 22: 0x7fd6ab351fc0 - rustc_middle[f0bb88c0811a983c]::util::bug::bug_fmt [INFO] [stderr] 22: 0x7f4902f51fc0 - rustc_middle[f0bb88c0811a983c]::util::bug::bug_fmt [INFO] [stderr] 23: 0x7fd6aeac2241 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check_trait_ref::::is_knowable::{closure#0}> [INFO] [stderr] 23: 0x7f49066c2241 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check_trait_ref::::is_knowable::{closure#0}> [INFO] [stderr] 24: 0x7fd6ae8a5135 - ::candidate_from_obligation_no_cache [INFO] [stderr] 24: 0x7f49064a5135 - ::candidate_from_obligation_no_cache [INFO] [stderr] 25: 0x7fd6ab33023c - ::poly_select [INFO] [stderr] 25: 0x7f4902f3023c - ::poly_select [INFO] [stderr] 26: 0x7f49060a5745 - rustc_trait_selection[bc7f1d3f6635e812]::traits::project::opt_normalize_projection_type [INFO] [stderr] 27: 0x7f49060a36f8 - >::fold_ty [INFO] [stderr] 26: 0x7fd6ae4a5745 - rustc_trait_selection[bc7f1d3f6635e812]::traits::project::opt_normalize_projection_type [INFO] [stderr] 28: 0x7f490655d34b - >::try_super_fold_with:: [INFO] [stderr] 27: 0x7fd6ae4a36f8 - >::fold_ty [INFO] [stderr] 28: 0x7fd6ae95d34b - >::try_super_fold_with:: [INFO] [stderr] 29: 0x7f490655d80e - >::try_super_fold_with:: [INFO] [stderr] 29: 0x7fd6ae95d80e - >::try_super_fold_with:: [INFO] [stderr] 30: 0x7f490655879e - ::normalize:: [INFO] [stderr] 30: 0x7fd6ae95879e - ::normalize:: [INFO] [stderr] 31: 0x7f490649bc67 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check::{closure#0}::{closure#0} [INFO] [stderr] 31: 0x7fd6ae89bc67 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check::{closure#0}::{closure#0} [INFO] [stderr] 32: 0x7fd6ae89ba59 - as rustc_type_ir[f3814c44cb2f2fa3]::visit::TypeVisitor>::visit_ty [INFO] [stderr] 33: 0x7fd6ac514cf7 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check [INFO] [stderr] 32: 0x7f490649ba59 - as rustc_type_ir[f3814c44cb2f2fa3]::visit::TypeVisitor>::visit_ty [INFO] [stderr] 33: 0x7f4904114cf7 - rustc_trait_selection[bc7f1d3f6635e812]::traits::coherence::orphan_check [INFO] [stderr] 34: 0x7fd6ae30f0f2 - rustc_hir_analysis[4a1be57df639846d]::coherence::orphan::orphan_check_impl [INFO] [stderr] 34: 0x7f4905f0f0f2 - rustc_hir_analysis[4a1be57df639846d]::coherence::orphan::orphan_check_impl [INFO] [stderr] 35: 0x7f4905f0f013 - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 35: 0x7fd6ae30f013 - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 36: 0x7f49061914da - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 36: 0x7fd6ae5914da - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 37: 0x7f49061910dd - rustc_query_impl[3984cb197e6ffb6]::query_impl::orphan_check_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 37: 0x7fd6ae5910dd - rustc_query_impl[3984cb197e6ffb6]::query_impl::orphan_check_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 38: 0x7f4905f0aafe - rustc_hir_analysis[4a1be57df639846d]::coherence::coherent_trait [INFO] [stderr] 38: 0x7fd6ae30aafe - rustc_hir_analysis[4a1be57df639846d]::coherence::coherent_trait [INFO] [stderr] 39: 0x7fd6ae30a66f - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 39: 0x7f4905f0a66f - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x7fd6aec4af3d - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7fd6aec4accd - rustc_query_impl[3984cb197e6ffb6]::query_impl::coherent_trait::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 40: 0x7f490684af3d - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7f490684accd - rustc_query_impl[3984cb197e6ffb6]::query_impl::coherent_trait::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x7f49066a912a - rustc_hir_analysis[4a1be57df639846d]::check_crate [INFO] [stderr] 42: 0x7fd6aeaa912a - rustc_hir_analysis[4a1be57df639846d]::check_crate [INFO] [stderr] 43: 0x7f49066875a2 - rustc_interface[6612a71c619b686]::passes::analysis [INFO] [stderr] 43: 0x7fd6aea875a2 - rustc_interface[6612a71c619b686]::passes::analysis [INFO] [stderr] 44: 0x7fd6aea871dd - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 44: 0x7f49066871dd - rustc_query_impl[3984cb197e6ffb6]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 45: 0x7fd6aeeda140 - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 46: 0x7fd6aeed9f47 - rustc_query_impl[3984cb197e6ffb6]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 45: 0x7f4906ada140 - rustc_query_system[417f1e0ce84d95f1]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3984cb197e6ffb6]::plumbing::QueryCtxt, false> [INFO] [stderr] 46: 0x7f4906ad9f47 - rustc_query_impl[3984cb197e6ffb6]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 47: 0x7fd6af174fa2 - rustc_interface[6612a71c619b686]::interface::run_compiler::, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0} [INFO] [stderr] 47: 0x7f4906d74fa2 - rustc_interface[6612a71c619b686]::interface::run_compiler::, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0} [INFO] [stderr] 48: 0x7fd6af16868d - std[70adfe3cb0d322ac]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>> [INFO] [stderr] 48: 0x7f4906d6868d - std[70adfe3cb0d322ac]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>> [INFO] [stderr] 49: 0x7fd6af1684b7 - <::spawn_unchecked_, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#1} as core[79569687367a61ee]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 50: 0x7fd6b021a4a5 - as core::ops::function::FnOnce>::call_once::h7e6cc7939a2bab28 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2015:9 [INFO] [stderr] 51: 0x7fd6b021a4a5 - as core::ops::function::FnOnce>::call_once::h17cae45bb0af19c8 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2015:9 [INFO] [stderr] 49: 0x7f4906d684b7 - <::spawn_unchecked_, rustc_driver_impl[b1895b10883e792e]::run_compiler::{closure#0}>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[79569687367a61ee]::result::Result<(), rustc_span[4cc6de006395f734]::ErrorGuaranteed>>::{closure#1} as core[79569687367a61ee]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 52: 0x7fd6b021a4a5 - std::sys::unix::thread::Thread::new::thread_start::h7ff5405c79cd8c4d [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f4907d444a5 - as core::ops::function::FnOnce>::call_once::h7e6cc7939a2bab28 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2015:9 [INFO] [stderr] 51: 0x7f4907d444a5 - as core::ops::function::FnOnce>::call_once::h17cae45bb0af19c8 [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/alloc/src/boxed.rs:2015:9 [INFO] [stderr] 52: 0x7f4907d444a5 - std::sys::unix::thread::Thread::new::thread_start::h7ff5405c79cd8c4d [INFO] [stderr] at /rustc/eb3956d47f58f1c7c0a5694b1d3401945bc41dce/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 53: 0x7fd6aa06cac3 - [INFO] [stderr] 54: 0x7fd6aa0fdbf4 - __clone [INFO] [stderr] 55: 0x0 - [INFO] [stderr] [INFO] [stderr] 53: 0x7f4901c40ac3 - [INFO] [stderr] 54: 0x7f4901cd1bf4 - __clone [INFO] [stderr] 55: 0x0 - [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] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2023-12-07T23_47_28-1647.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.76.0-nightly (eb3956d47 2023-12-07) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -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] 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] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2023-12-07T23_47_28-1648.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.76.0-nightly (eb3956d47 2023-12-07) 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 [orphan_check_impl] checking whether impl `__linked_map_details_for_bar_do_not_use::` follows the orphan rules [INFO] [stderr] #1 [coherent_trait] coherence checking all impls of trait `core::iter::traits::iterator::Iterator` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #0 [orphan_check_impl] checking whether impl `__linked_map_details_for_bar_do_not_use::` follows the orphan rules [INFO] [stderr] #1 [coherent_trait] coherence checking all impls of trait `core::iter::traits::iterator::Iterator` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `runtime-example-module` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `runtime-example-module` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6aae15e127cf67de74c7886028b2599b815bb8e7edce1c3eee676d6b9dd4e6cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aae15e127cf67de74c7886028b2599b815bb8e7edce1c3eee676d6b9dd4e6cb", kill_on_drop: false }` [INFO] [stdout] 6aae15e127cf67de74c7886028b2599b815bb8e7edce1c3eee676d6b9dd4e6cb