[INFO] fetching crate tree_magic_mini 3.0.0... [INFO] checking tree_magic_mini-3.0.0 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate tree_magic_mini 3.0.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tree_magic_mini 3.0.0 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tree_magic_mini 3.0.0 [INFO] finished tweaking crates.io crate tree_magic_mini 3.0.0 [INFO] tweaked toml for crates.io crate tree_magic_mini 3.0.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c0354bc13b15608a6bd2c3570049dca841ce9f9112acc46129ffc98102d713c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0c0354bc13b15608a6bd2c3570049dca841ce9f9112acc46129ffc98102d713c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c0354bc13b15608a6bd2c3570049dca841ce9f9112acc46129ffc98102d713c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c0354bc13b15608a6bd2c3570049dca841ce9f9112acc46129ffc98102d713c", kill_on_drop: false }` [INFO] [stdout] 0c0354bc13b15608a6bd2c3570049dca841ce9f9112acc46129ffc98102d713c [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ffbdf0d0b08dc302d31436c8c3e1d56382f9a043b4ce66e3bb900bf910de2bc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7ffbdf0d0b08dc302d31436c8c3e1d56382f9a043b4ce66e3bb900bf910de2bc", kill_on_drop: false }` [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Checking lexical-core v0.7.6 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking tree_magic_mini v3.0.0 (/opt/rustwide/workdir) [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` [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] [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: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7ffbdf0d0b08dc302d31436c8c3e1d56382f9a043b4ce66e3bb900bf910de2bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ffbdf0d0b08dc302d31436c8c3e1d56382f9a043b4ce66e3bb900bf910de2bc", kill_on_drop: false }` [INFO] [stdout] 7ffbdf0d0b08dc302d31436c8c3e1d56382f9a043b4ce66e3bb900bf910de2bc