[INFO] fetching crate ptouch 0.1.0... [INFO] checking ptouch-0.1.0 against master#e652caa679a304af11fc04f1f12452f255a82593 for pr-98000 [INFO] extracting crate ptouch 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate ptouch 0.1.0 on toolchain e652caa679a304af11fc04f1f12452f255a82593 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking crates.io crate ptouch 0.1.0 [INFO] finished tweaking crates.io crate ptouch 0.1.0 [INFO] tweaked toml for crates.io crate ptouch 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate ptouch 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bytemuck v1.5.0 [INFO] [stderr] Downloaded image v0.23.13 [INFO] [stderr] Downloaded sdl2 v0.32.2 [INFO] [stderr] Downloaded embedded-graphics-simulator v0.2.1 [INFO] [stderr] Downloaded as-slice v0.1.4 [INFO] [stderr] Downloaded serde_derive v1.0.123 [INFO] [stderr] Downloaded embedded-text v0.4.0 [INFO] [stderr] Downloaded libc v0.2.84 [INFO] [stderr] Downloaded barcoders v1.0.2 [INFO] [stderr] Downloaded rusb v0.7.0 [INFO] [stderr] Downloaded weezl v0.1.4 [INFO] [stderr] Downloaded simplelog v0.9.0 [INFO] [stderr] Downloaded const_fn v0.4.5 [INFO] [stderr] Downloaded serde v1.0.123 [INFO] [stderr] Downloaded embedded-graphics v0.6.2 [INFO] [stderr] Downloaded bitvec v0.21.0 [INFO] [stderr] Downloaded tinytga v0.3.2 [INFO] [stderr] Downloaded sdl2-sys v0.32.6 [INFO] [stderr] Downloaded ansi-parser v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 597725c53472929740d14f59e9ba1ef3f21cdcfc2b95543ad1645795af0b70b4 [INFO] running `Command { std: "docker" "start" "-a" "597725c53472929740d14f59e9ba1ef3f21cdcfc2b95543ad1645795af0b70b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "597725c53472929740d14f59e9ba1ef3f21cdcfc2b95543ad1645795af0b70b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "597725c53472929740d14f59e9ba1ef3f21cdcfc2b95543ad1645795af0b70b4", kill_on_drop: false }` [INFO] [stdout] 597725c53472929740d14f59e9ba1ef3f21cdcfc2b95543ad1645795af0b70b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e014d4627802a18be9dd7ab392453fa143cb88eb713b13b6bbe197a2e5b1768 [INFO] running `Command { std: "docker" "start" "-a" "0e014d4627802a18be9dd7ab392453fa143cb88eb713b13b6bbe197a2e5b1768", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking weezl v0.1.4 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Checking bytemuck v1.5.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling rusb v0.7.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking funty v1.2.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking checked_int_cast v1.0.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking strum v0.20.0 [INFO] [stderr] Checking barcoders v1.0.2 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking embedded-graphics v0.6.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking gif v0.11.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Compiling libusb1-sys v0.5.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking bitvec v0.21.0 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking tinytga v0.3.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking ansi-parser v0.7.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking embedded-text v0.4.0 [INFO] [stderr] Checking simplelog v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking image v0.23.13 [INFO] [stderr] Checking embedded-graphics-simulator v0.2.1 [INFO] [stderr] Checking qrcode v0.12.0 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking ptouch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/commands.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | &buff[7..11].copy_from_slice(&raster_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 138 | let _ = &buff[7..11].copy_from_slice(&raster_bytes); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/commands.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | &buff[7..11].copy_from_slice(&raster_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 138 | let _ = &buff[7..11].copy_from_slice(&raster_bytes); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.45s [INFO] running `Command { std: "docker" "inspect" "0e014d4627802a18be9dd7ab392453fa143cb88eb713b13b6bbe197a2e5b1768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e014d4627802a18be9dd7ab392453fa143cb88eb713b13b6bbe197a2e5b1768", kill_on_drop: false }` [INFO] [stdout] 0e014d4627802a18be9dd7ab392453fa143cb88eb713b13b6bbe197a2e5b1768