[INFO] fetching crate tegra_swizzle 0.1.0... [INFO] checking tegra_swizzle-0.1.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate tegra_swizzle 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tegra_swizzle 0.1.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tegra_swizzle 0.1.0 [INFO] finished tweaking crates.io crate tegra_swizzle 0.1.0 [INFO] tweaked toml for crates.io crate tegra_swizzle 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded arbitrary v1.0.3 [INFO] [stderr] Downloaded derive_arbitrary v1.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c310200cb51f8db1782ef3566b09059fc0edcddc209822a52c7ab696679830ca [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" "c310200cb51f8db1782ef3566b09059fc0edcddc209822a52c7ab696679830ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c310200cb51f8db1782ef3566b09059fc0edcddc209822a52c7ab696679830ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c310200cb51f8db1782ef3566b09059fc0edcddc209822a52c7ab696679830ca", kill_on_drop: false }` [INFO] [stdout] c310200cb51f8db1782ef3566b09059fc0edcddc209822a52c7ab696679830ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e2bce519d1f8e7ffe03013d6623daf7c3ccc3a064d553e941c7d5e0f63a54b3 [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" "9e2bce519d1f8e7ffe03013d6623daf7c3ccc3a064d553e941c7d5e0f63a54b3", kill_on_drop: false }` [INFO] [stderr] Checking tegra_swizzle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stdout] error: couldn't read src/../../swizzle_data/64_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:674:24 [INFO] [stdout] | [INFO] [stdout] 674 | let swizzled = include_bytes!("../../swizzle_data/64_bc7_swizzled.bin"); [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 src/../../swizzle_data/64_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:685:21 [INFO] [stdout] | [INFO] [stdout] 685 | let input = include_bytes!("../../swizzle_data/64_bc7_swizzled.bin"); [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 src/../../swizzle_data/64_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:686:24 [INFO] [stdout] | [INFO] [stdout] 686 | let expected = include_bytes!("../../swizzle_data/64_bc7_deswizzled.bin"); [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 src/../../swizzle_data/128_bc1_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:695:21 [INFO] [stdout] | [INFO] [stdout] 695 | let input = include_bytes!("../../swizzle_data/128_bc1_swizzled.bin"); [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 src/../../swizzle_data/128_bc1_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:696:24 [INFO] [stdout] | [INFO] [stdout] 696 | let expected = include_bytes!("../../swizzle_data/128_bc1_deswizzled.bin"); [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 src/../../swizzle_data/128_bc3_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:705:21 [INFO] [stdout] | [INFO] [stdout] 705 | let input = include_bytes!("../../swizzle_data/128_bc3_swizzled.bin"); [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 src/../../swizzle_data/128_bc3_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:706:24 [INFO] [stdout] | [INFO] [stdout] 706 | let expected = include_bytes!("../../swizzle_data/128_bc3_deswizzled.bin"); [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 src/../../swizzle_data/128_rgbaf32_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:715:21 [INFO] [stdout] | [INFO] [stdout] 715 | let input = include_bytes!("../../swizzle_data/128_rgbaf32_swizzled.bin"); [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 src/../../swizzle_data/128_rgbaf32_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:716:24 [INFO] [stdout] | [INFO] [stdout] 716 | let expected = include_bytes!("../../swizzle_data/128_rgbaf32_deswizzled.bin"); [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 src/../../swizzle_data/128_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:724:21 [INFO] [stdout] | [INFO] [stdout] 724 | let input = include_bytes!("../../swizzle_data/128_bc7_swizzled.bin"); [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 src/../../swizzle_data/128_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:725:24 [INFO] [stdout] | [INFO] [stdout] 725 | let expected = include_bytes!("../../swizzle_data/128_bc7_deswizzled.bin"); [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 src/../../swizzle_data/256_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:734:21 [INFO] [stdout] | [INFO] [stdout] 734 | let input = include_bytes!("../../swizzle_data/256_bc7_swizzled.bin"); [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 src/../../swizzle_data/256_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:735:24 [INFO] [stdout] | [INFO] [stdout] 735 | let expected = include_bytes!("../../swizzle_data/256_bc7_deswizzled.bin"); [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 src/../../swizzle_data/320_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:744:21 [INFO] [stdout] | [INFO] [stdout] 744 | let input = include_bytes!("../../swizzle_data/320_bc7_swizzled.bin"); [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 src/../../swizzle_data/320_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:745:24 [INFO] [stdout] | [INFO] [stdout] 745 | let expected = include_bytes!("../../swizzle_data/320_bc7_deswizzled.bin"); [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 src/../../swizzle_data/512_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:754:21 [INFO] [stdout] | [INFO] [stdout] 754 | let input = include_bytes!("../../swizzle_data/512_bc7_swizzled.bin"); [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 src/../../swizzle_data/512_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:755:24 [INFO] [stdout] | [INFO] [stdout] 755 | let expected = include_bytes!("../../swizzle_data/512_bc7_deswizzled.bin"); [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 src/../../swizzle_data/1024_bc7_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:764:21 [INFO] [stdout] | [INFO] [stdout] 764 | let input = include_bytes!("../../swizzle_data/1024_bc7_swizzled.bin"); [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 src/../../swizzle_data/1024_bc7_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:765:24 [INFO] [stdout] | [INFO] [stdout] 765 | let expected = include_bytes!("../../swizzle_data/1024_bc7_deswizzled.bin"); [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 src/../../swizzle_data/16_16_16_rgba_swizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:774:21 [INFO] [stdout] | [INFO] [stdout] 774 | let input = include_bytes!("../../swizzle_data/16_16_16_rgba_swizzled.bin"); [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 src/../../swizzle_data/16_16_16_rgba_deswizzled.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:775:24 [INFO] [stdout] | [INFO] [stdout] 775 | let expected = include_bytes!("../../swizzle_data/16_16_16_rgba_deswizzled.bin"); [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 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tegra_swizzle` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "9e2bce519d1f8e7ffe03013d6623daf7c3ccc3a064d553e941c7d5e0f63a54b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e2bce519d1f8e7ffe03013d6623daf7c3ccc3a064d553e941c7d5e0f63a54b3", kill_on_drop: false }` [INFO] [stdout] 9e2bce519d1f8e7ffe03013d6623daf7c3ccc3a064d553e941c7d5e0f63a54b3