[INFO] fetching crate flashthing 0.1.5... [INFO] checking flashthing-0.1.5 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate flashthing 0.1.5 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate flashthing 0.1.5 [INFO] finished tweaking crates.io crate flashthing 0.1.5 [INFO] tweaked toml for crates.io crate flashthing 0.1.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate flashthing 0.1.5 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate flashthing 0.1.5 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded whoami v2.0.0-pre.1 [INFO] [stderr] Downloaded lockfree-object-pool v0.1.6 [INFO] [stderr] Downloaded zopfli v0.8.1 [INFO] [stderr] Downloaded zip v2.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52786101860ad889c24e70b1071edcdcb24a5d32f93d069b739801fc8953950d [INFO] running `Command { std: "docker" "start" "-a" "52786101860ad889c24e70b1071edcdcb24a5d32f93d069b739801fc8953950d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52786101860ad889c24e70b1071edcdcb24a5d32f93d069b739801fc8953950d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52786101860ad889c24e70b1071edcdcb24a5d32f93d069b739801fc8953950d", kill_on_drop: false }` [INFO] [stdout] 52786101860ad889c24e70b1071edcdcb24a5d32f93d069b739801fc8953950d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25fd29b6dcb9423472439a55ccc68723f285b6554a0a2c777e3e575a4f42ee06 [INFO] running `Command { std: "docker" "start" "-a" "25fd29b6dcb9423472439a55ccc68723f285b6554a0a2c777e3e575a4f42ee06", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking crc-catalog v2.4.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking miniz_oxide v0.8.3 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling zip v2.2.2 [INFO] [stderr] Compiling rusb v0.9.4 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking lockfree-object-pool v0.1.6 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking bumpalo v3.17.0 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking lzma-rs v0.3.0 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking ryu v1.0.19 [INFO] [stderr] Checking deflate64 v0.1.9 [INFO] [stderr] Checking whoami v2.0.0-pre.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking zopfli v0.8.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling cc v1.2.13 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking indexmap v2.7.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking pbkdf2 v0.12.2 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling libusb1-sys v0.7.0 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking zstd v0.13.2 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.12.0 [INFO] [stderr] Checking serde_with v3.12.0 [INFO] [stderr] Checking flashthing v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s [INFO] running `Command { std: "docker" "inspect" "25fd29b6dcb9423472439a55ccc68723f285b6554a0a2c777e3e575a4f42ee06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25fd29b6dcb9423472439a55ccc68723f285b6554a0a2c777e3e575a4f42ee06", kill_on_drop: false }` [INFO] [stdout] 25fd29b6dcb9423472439a55ccc68723f285b6554a0a2c777e3e575a4f42ee06