[INFO] fetching crate zx0 1.0.0... [INFO] checking zx0-1.0.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate zx0 1.0.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate zx0 1.0.0 [INFO] finished tweaking crates.io crate zx0 1.0.0 [INFO] tweaked toml for crates.io crate zx0 1.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate zx0 1.0.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate zx0 1.0.0 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40ab5751e3f1905e81e8c6fef5826156c48333e798548a64407345aa9a3c512e [INFO] running `Command { std: "docker" "start" "-a" "40ab5751e3f1905e81e8c6fef5826156c48333e798548a64407345aa9a3c512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40ab5751e3f1905e81e8c6fef5826156c48333e798548a64407345aa9a3c512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40ab5751e3f1905e81e8c6fef5826156c48333e798548a64407345aa9a3c512e", kill_on_drop: false }` [INFO] [stdout] 40ab5751e3f1905e81e8c6fef5826156c48333e798548a64407345aa9a3c512e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e607d0d3ffd839ca6de598c1f566dc0eb9280b9323cd0fcc3223a198afe9851d [INFO] running `Command { std: "docker" "start" "-a" "e607d0d3ffd839ca6de598c1f566dc0eb9280b9323cd0fcc3223a198afe9851d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking zx0 v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> examples/fuzzer.rs:12:25 [INFO] [stdout] | [INFO] [stdout] 12 | let reference = reference::Compressor::new().compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 + use zx0::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 12 - let reference = reference::Compressor::new().compress(&input); [INFO] [stdout] 12 + let reference = Compressor::new().compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zx0` (example "fuzzer") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | let reference = reference::Compressor::new().compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 64 - let reference = reference::Compressor::new().compress(&input); [INFO] [stdout] 64 + let reference = Compressor::new().compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | let reference = reference::Compressor::new().skip(skip).compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 77 - let reference = reference::Compressor::new().skip(skip).compress(&input); [INFO] [stdout] 77 + let reference = Compressor::new().skip(skip).compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | let reference = reference::Compressor::new().backwards_mode(true).compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 91 - let reference = reference::Compressor::new().backwards_mode(true).compress(&input); [INFO] [stdout] 91 + let reference = Compressor::new().backwards_mode(true).compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | let reference = reference::Compressor::new().backwards_mode(true).skip(skip).compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 106 - let reference = reference::Compressor::new().backwards_mode(true).skip(skip).compress(&input); [INFO] [stdout] 106 + let reference = Compressor::new().backwards_mode(true).skip(skip).compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | let reference = reference::Compressor::new().quick_mode(true).compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 120 - let reference = reference::Compressor::new().quick_mode(true).compress(&input); [INFO] [stdout] 120 + let reference = Compressor::new().quick_mode(true).compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | let reference = reference::Compressor::new().classic_mode(true).compress(&input); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 58 + use crate::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 133 - let reference = reference::Compressor::new().classic_mode(true).compress(&input); [INFO] [stdout] 133 + let reference = Compressor::new().classic_mode(true).compress(&input); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> examples/benchmark.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | benchmark(|| reference::Compressor::new().compress(&input)); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 + use zx0::Compressor; [INFO] [stdout] | [INFO] [stdout] help: if you import `Compressor`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 32 - benchmark(|| reference::Compressor::new().compress(&input)); [INFO] [stdout] 32 + benchmark(|| Compressor::new().compress(&input)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> examples/benchmark.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { reference::reset() }; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zx0` (example "benchmark") due to 2 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:78:22 [INFO] [stdout] | [INFO] [stdout] 78 | unsafe { reference::reset(); } [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | unsafe { reference::reset(); } [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:107:22 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe { reference::reset(); } [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { reference::reset(); } [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reference` [INFO] [stdout] --> src/lib.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | unsafe { reference::reset(); } [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `reference` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `reference`, use `cargo add reference` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zx0` (lib test) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "e607d0d3ffd839ca6de598c1f566dc0eb9280b9323cd0fcc3223a198afe9851d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e607d0d3ffd839ca6de598c1f566dc0eb9280b9323cd0fcc3223a198afe9851d", kill_on_drop: false }` [INFO] [stdout] e607d0d3ffd839ca6de598c1f566dc0eb9280b9323cd0fcc3223a198afe9851d