[INFO] fetching crate decrunch-unity 0.1.2... [INFO] checking decrunch-unity-0.1.2 against master#42b384ec0dfcd528d99a4db0a337d9188a9eecaa for pr-147017-1 [INFO] extracting crate decrunch-unity 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate decrunch-unity 0.1.2 [INFO] finished tweaking crates.io crate decrunch-unity 0.1.2 [INFO] tweaked toml for crates.io crate decrunch-unity 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate decrunch-unity 0.1.2 on toolchain 42b384ec0dfcd528d99a4db0a337d9188a9eecaa [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42b384ec0dfcd528d99a4db0a337d9188a9eecaa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate decrunch-unity 0.1.2 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" "+42b384ec0dfcd528d99a4db0a337d9188a9eecaa" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.2.22 [INFO] [stderr] Downloaded libc v0.2.153 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+42b384ec0dfcd528d99a4db0a337d9188a9eecaa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f1536b71824ad88ae80208ffec96a04e722af1548aa96189a220d87cc99f036 [INFO] running `Command { std: "docker" "start" "-a" "7f1536b71824ad88ae80208ffec96a04e722af1548aa96189a220d87cc99f036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f1536b71824ad88ae80208ffec96a04e722af1548aa96189a220d87cc99f036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f1536b71824ad88ae80208ffec96a04e722af1548aa96189a220d87cc99f036", kill_on_drop: false }` [INFO] [stdout] 7f1536b71824ad88ae80208ffec96a04e722af1548aa96189a220d87cc99f036 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+42b384ec0dfcd528d99a4db0a337d9188a9eecaa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0764eb29e113bc23e39d85438c33b60f64426df655106f70e22a5552640831b1 [INFO] running `Command { std: "docker" "start" "-a" "0764eb29e113bc23e39d85438c33b60f64426df655106f70e22a5552640831b1", kill_on_drop: false }` [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling decrunch-unity v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: decrunch-unity@0.1.2: In file included from crunch/crnlib/crn_decomp.cpp:6, [INFO] [stderr] warning: decrunch-unity@0.1.2: from crunch/rust.cpp:2: [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/tests.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | error::Error::description(&err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In function 'size_t crnd::crnd_default_msize(void*, void*)': [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/tests.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | error::Error::description(&err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:1968:3: warning: statement has no effect [-Wunused-value] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/tests.rs:84:27 [INFO] [stdout] | [INFO] [stdout] 84 | error::Error::description(&err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: decrunch-unity@0.1.2: 1968 | pUser_data; [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/tests.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | error::Error::description(&err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: decrunch-unity@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_dxt1(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3338:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3338 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3339:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3339 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_dxt5(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3390:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3390 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3391:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3391 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_dxn(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3452:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3452 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3453:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3453 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_dxt5a(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3515:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3515 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3516:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3516 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_etc1(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3567:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3567 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3568:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3568 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h: In member function 'bool crnd::crn_unpacker::unpack_etc2a(crnd::uint8**, crnd::uint32, crnd::uint32, crnd::uint32)': [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3634:39: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3634 | const uint32 width = output_width + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: decrunch-unity@0.1.2: crunch/crnlib/../inc/crn_decomp.h:3635:41: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] [INFO] [stderr] warning: decrunch-unity@0.1.2: 3635 | const uint32 height = output_height + 1 & ~1; [INFO] [stderr] warning: decrunch-unity@0.1.2: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s [INFO] running `Command { std: "docker" "inspect" "0764eb29e113bc23e39d85438c33b60f64426df655106f70e22a5552640831b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0764eb29e113bc23e39d85438c33b60f64426df655106f70e22a5552640831b1", kill_on_drop: false }` [INFO] [stdout] 0764eb29e113bc23e39d85438c33b60f64426df655106f70e22a5552640831b1