[INFO] fetching crate tree_magic_mini 3.0.2... [INFO] checking tree_magic_mini-3.0.2 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] extracting crate tree_magic_mini 3.0.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate tree_magic_mini 3.0.2 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tree_magic_mini 3.0.2 [INFO] finished tweaking crates.io crate tree_magic_mini 3.0.2 [INFO] tweaked toml for crates.io crate tree_magic_mini 3.0.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fixedbitset v0.4.0 [INFO] [stderr] Downloaded minimal-lexical v0.1.3 [INFO] [stderr] Downloaded petgraph v0.6.0 [INFO] [stderr] Downloaded nom v7.0.0 [INFO] [stderr] Downloaded tree_magic_db v3.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d012e8185ba6a4eb551e269e082e43b200751bed03c7022b733449cf8215bf97 [INFO] running `Command { std: "docker" "start" "-a" "d012e8185ba6a4eb551e269e082e43b200751bed03c7022b733449cf8215bf97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d012e8185ba6a4eb551e269e082e43b200751bed03c7022b733449cf8215bf97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d012e8185ba6a4eb551e269e082e43b200751bed03c7022b733449cf8215bf97", kill_on_drop: false }` [INFO] [stdout] d012e8185ba6a4eb551e269e082e43b200751bed03c7022b733449cf8215bf97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d89c5d86639d1af913fb49e288a9862fc7c83bbb0e2fda66a2bee4c5cde0773 [INFO] running `Command { std: "docker" "start" "-a" "3d89c5d86639d1af913fb49e288a9862fc7c83bbb0e2fda66a2bee4c5cde0773", kill_on_drop: false }` [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking minimal-lexical v0.1.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Checking petgraph v0.6.0 [INFO] [stderr] Checking tree_magic_mini v3.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read benches/image/gif: No such file or directory (os error 2) [INFO] [stdout] --> benches/from_u8.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | b.iter(|| tree_magic::from_u8(include_bytes!("image/gif"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/image/png: No such file or directory (os error 2) [INFO] [stdout] --> benches/from_u8.rs:12:35 [INFO] [stdout] | [INFO] [stdout] 12 | b.iter(|| tree_magic::from_u8(include_bytes!("image/png"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/application/zip: No such file or directory (os error 2) [INFO] [stdout] --> benches/from_u8.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | b.iter(|| tree_magic::from_u8(include_bytes!("application/zip"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/text/plain: No such file or directory (os error 2) [INFO] [stdout] --> benches/from_u8.rs:22:35 [INFO] [stdout] | [INFO] [stdout] 22 | b.iter(|| tree_magic::from_u8(include_bytes!("text/plain"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/image/gif: No such file or directory (os error 2) [INFO] [stdout] --> benches/match_u8.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | b.iter(|| tree_magic::match_u8("image/gif", include_bytes!("image/gif"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/image/png: No such file or directory (os error 2) [INFO] [stdout] --> benches/match_u8.rs:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | b.iter(|| tree_magic::match_u8("image/png", include_bytes!("image/png"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/application/zip: No such file or directory (os error 2) [INFO] [stdout] --> benches/match_u8.rs:17:55 [INFO] [stdout] | [INFO] [stdout] 17 | b.iter(|| tree_magic::match_u8("application/zip", include_bytes!("application/zip"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read benches/text/plain: No such file or directory (os error 2) [INFO] [stdout] --> benches/match_u8.rs:22:50 [INFO] [stdout] | [INFO] [stdout] 22 | b.iter(|| tree_magic::match_u8("text/plain", include_bytes!("text/plain"))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tree_magic_mini` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3d89c5d86639d1af913fb49e288a9862fc7c83bbb0e2fda66a2bee4c5cde0773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d89c5d86639d1af913fb49e288a9862fc7c83bbb0e2fda66a2bee4c5cde0773", kill_on_drop: false }` [INFO] [stdout] 3d89c5d86639d1af913fb49e288a9862fc7c83bbb0e2fda66a2bee4c5cde0773