[INFO] fetching crate rsbwapi 0.3.2...
[INFO] checking rsbwapi-0.3.2 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate rsbwapi 0.3.2 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate rsbwapi 0.3.2 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate rsbwapi 0.3.2
[INFO] finished tweaking crates.io crate rsbwapi 0.3.2
[INFO] tweaked toml for crates.io crate rsbwapi 0.3.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aspect-weave v0.2.1
[INFO] [stderr]   Downloaded auto_enums_derive v0.7.12
[INFO] [stderr]   Downloaded metered v0.9.0
[INFO] [stderr]   Downloaded auto_enums v0.7.12
[INFO] [stderr]   Downloaded metered-macro v0.9.0
[INFO] [stderr]   Downloaded auto_enums_core v0.7.12
[INFO] [stderr]   Downloaded aspect v0.3.0
[INFO] [stderr]   Downloaded synattra v0.2.1
[INFO] [stderr]   Downloaded bwapi_wrapper v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26325b0e1a63f51dee044f124affab1506dc5449dd6d891e7e49fadd60e55c95
[INFO] running `Command { std: "docker" "start" "-a" "26325b0e1a63f51dee044f124affab1506dc5449dd6d891e7e49fadd60e55c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26325b0e1a63f51dee044f124affab1506dc5449dd6d891e7e49fadd60e55c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26325b0e1a63f51dee044f124affab1506dc5449dd6d891e7e49fadd60e55c95", kill_on_drop: false }`
[INFO] [stdout] 26325b0e1a63f51dee044f124affab1506dc5449dd6d891e7e49fadd60e55c95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56a2ed22f96efa537101c77e717adb98e396a939c614f1964568545c22bd952f
[INFO] running `Command { std: "docker" "start" "-a" "56a2ed22f96efa537101c77e717adb98e396a939c614f1964568545c22bd952f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling regex-automata v0.3.6
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking wide v0.7.11
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking png v0.17.9
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]    Compiling regex v1.9.3
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking rstar v0.10.0
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking tiff v0.8.1
[INFO] [stderr]     Checking nalgebra v0.30.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling bwapi_wrapper v0.3.2
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.7.0
[INFO] [stderr]     Checking image v0.24.6
[INFO] [stderr]     Checking rsbwapi v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking imageproc v0.23.0
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/sma/mod.rs:1048:9
[INFO] [stdout]      |
[INFO] [stdout] 1048 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `font`
[INFO] [stdout]    --> src/sma/mod.rs:972:13
[INFO] [stdout]     |
[INFO] [stdout] 972 |         let font = Font::try_from_bytes(include_bytes!("../../Hack-Regular.ttf")).unwrap();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_font`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j`
[INFO] [stdout]    --> src/sma/mod.rs:974:18
[INFO] [stdout]     |
[INFO] [stdout] 974 |             for (j, path) in targets.iter().enumerate().skip(i + 1) {
[INFO] [stdout]     |                  ^ help: if this is intentional, prefix it with an underscore: `_j`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]     --> src/sma/mod.rs:1069:17
[INFO] [stdout]      |
[INFO] [stdout] 1069 |             let commands = RefCell::new(Commands::new());
[INFO] [stdout]      |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 24.43s
[INFO] running `Command { std: "docker" "inspect" "56a2ed22f96efa537101c77e717adb98e396a939c614f1964568545c22bd952f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56a2ed22f96efa537101c77e717adb98e396a939c614f1964568545c22bd952f", kill_on_drop: false }`
[INFO] [stdout] 56a2ed22f96efa537101c77e717adb98e396a939c614f1964568545c22bd952f
