[INFO] fetching crate nvtt_rs 0.9.0... [INFO] checking nvtt_rs-0.9.0 against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] extracting crate nvtt_rs 0.9.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate nvtt_rs 0.9.0 on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nvtt_rs 0.9.0 [INFO] finished tweaking crates.io crate nvtt_rs 0.9.0 [INFO] tweaked toml for crates.io crate nvtt_rs 0.9.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate nvtt_rs 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e050b1f74dececfbfa73254dcb4160031fff870148a3832f47723a94862197b [INFO] running `Command { std: "docker" "start" "-a" "4e050b1f74dececfbfa73254dcb4160031fff870148a3832f47723a94862197b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e050b1f74dececfbfa73254dcb4160031fff870148a3832f47723a94862197b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e050b1f74dececfbfa73254dcb4160031fff870148a3832f47723a94862197b", kill_on_drop: false }` [INFO] [stdout] 4e050b1f74dececfbfa73254dcb4160031fff870148a3832f47723a94862197b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16c6539e31e3e14887821f1d5a73ba74517efb66190eba42b4e323c300a904ad [INFO] running `Command { std: "docker" "start" "-a" "16c6539e31e3e14887821f1d5a73ba74517efb66190eba42b4e323c300a904ad", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling clang-sys v1.0.2 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling nvtt_sys v0.4.0 [INFO] [stderr] Checking nvtt_rs v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `CompressionOptions`, `CompressionOutput`, `Compressor`, `InputOptions`, `OutputLocation`, `OutputOptions` [INFO] [stdout] --> examples/compress_dds.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | CompressionOptions, CompressionOutput, Compressor, InputOptions, OutputLocation, OutputOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `example_data_path` [INFO] [stdout] --> examples/compress_dds.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn example_data_path() -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.53s [INFO] running `Command { std: "docker" "inspect" "16c6539e31e3e14887821f1d5a73ba74517efb66190eba42b4e323c300a904ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16c6539e31e3e14887821f1d5a73ba74517efb66190eba42b4e323c300a904ad", kill_on_drop: false }` [INFO] [stdout] 16c6539e31e3e14887821f1d5a73ba74517efb66190eba42b4e323c300a904ad