[INFO] fetching crate hidefix 0.5.2... [INFO] checking hidefix-0.5.2 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate hidefix 0.5.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate hidefix 0.5.2 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hidefix 0.5.2 [INFO] finished tweaking crates.io crate hidefix 0.5.2 [INFO] tweaked toml for crates.io crate hidefix 0.5.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate hidefix 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zerocopy v0.3.0 [INFO] [stderr] Downloaded flexbuffers v0.2.1 [INFO] [stderr] Downloaded byte-slice-cast v1.0.0 [INFO] [stderr] Downloaded libdeflate-sys v0.7.1 [INFO] [stderr] Downloaded lru v0.6.3 [INFO] [stderr] Downloaded libdeflater v0.7.1 [INFO] [stderr] Downloaded hdf5-src v0.7.1 [INFO] [stderr] Downloaded zerocopy-derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e3b4da18e53c6213e23b0f0220941085278c8f6f2766ef970f59a882bcb693d [INFO] running `Command { std: "docker" "start" "-a" "2e3b4da18e53c6213e23b0f0220941085278c8f6f2766ef970f59a882bcb693d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e3b4da18e53c6213e23b0f0220941085278c8f6f2766ef970f59a882bcb693d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e3b4da18e53c6213e23b0f0220941085278c8f6f2766ef970f59a882bcb693d", kill_on_drop: false }` [INFO] [stdout] 2e3b4da18e53c6213e23b0f0220941085278c8f6f2766ef970f59a882bcb693d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f097c4a6f4e057b00b964993734365f6fb7655c00e089f6bb36d10174d213e53 [INFO] running `Command { std: "docker" "start" "-a" "f097c4a6f4e057b00b964993734365f6fb7655c00e089f6bb36d10174d213e53", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Checking futures-sink v0.3.12 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking pin-project-lite v0.2.4 [INFO] [stderr] Checking futures-io v0.3.12 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Checking ascii v1.0.0 [INFO] [stderr] Compiling hdf5 v0.7.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking byte-slice-cast v1.0.0 [INFO] [stderr] Checking strength_reduce v0.2.3 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking futures-channel v0.3.12 [INFO] [stderr] Checking matrixmultiply v0.2.4 [INFO] [stderr] Checking lru v0.6.3 [INFO] [stderr] Checking crc32fast v1.2.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking futures-task v0.3.12 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking hdf5-types v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling tokio v1.0.2 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling hdf5-src v0.7.1 [INFO] [stderr] Compiling libdeflate-sys v0.7.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking sled v0.34.6 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sled-0.34.6/src/threadpool.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | / warn!( [INFO] [stdout] 188 | | "Failed to dynamically increase the threadpool size: {:?}.", [INFO] [stdout] 189 | | e, [INFO] [stdout] 190 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `warn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking libdeflater v0.7.1 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sled` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f097c4a6f4e057b00b964993734365f6fb7655c00e089f6bb36d10174d213e53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f097c4a6f4e057b00b964993734365f6fb7655c00e089f6bb36d10174d213e53", kill_on_drop: false }` [INFO] [stdout] f097c4a6f4e057b00b964993734365f6fb7655c00e089f6bb36d10174d213e53