[INFO] cloning repository https://github.com/delta62/nes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/delta62/nes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdelta62%2Fnes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdelta62%2Fnes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bb193b18713f6d96841650a7ed29680c8cdee5aa [INFO] building delta62/nes against try#3bbb5242a8064de4ca3af4036745ddf603ddaa85 for pr-101929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdelta62%2Fnes" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/delta62/nes on toolchain 3bbb5242a8064de4ca3af4036745ddf603ddaa85 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/delta62/nes [INFO] finished tweaking git repo https://github.com/delta62/nes [INFO] tweaked toml for git repo https://github.com/delta62/nes written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/delta62/nes already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1d953b80c7847ca514fab784f314f9405a16984c2db6649f436f127640f2bb9 [INFO] running `Command { std: "docker" "start" "-a" "d1d953b80c7847ca514fab784f314f9405a16984c2db6649f436f127640f2bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1d953b80c7847ca514fab784f314f9405a16984c2db6649f436f127640f2bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1d953b80c7847ca514fab784f314f9405a16984c2db6649f436f127640f2bb9", kill_on_drop: false }` [INFO] [stdout] d1d953b80c7847ca514fab784f314f9405a16984c2db6649f436f127640f2bb9 [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" "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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 599d615028d2455de6fd65f07a80588975b7ac41d1d756b2785aed29b0f1f651 [INFO] running `Command { std: "docker" "start" "-a" "599d615028d2455de6fd65f07a80588975b7ac41d1d756b2785aed29b0f1f651", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling dasp_ring_buffer v0.11.0 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling dasp_frame v0.11.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling imgui-sys v0.7.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling dasp_peak v0.11.0 [INFO] [stderr] Compiling glfw-sys v3.3.4 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling dasp_rms v0.11.0 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling chlorine v1.0.7 [INFO] [stderr] Compiling nix v0.22.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling imgui-opengl-renderer v0.11.0 [INFO] [stderr] Compiling dasp_envelope v0.11.0 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling dasp_interpolate v0.11.0 [INFO] [stderr] Compiling dasp_window v0.11.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling dasp_signal v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dasp_slice v0.11.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling pcm v0.1.0 (/opt/rustwide/workdir/pcm) [INFO] [stderr] Compiling glfw v0.41.0 [INFO] [stderr] Compiling dasp v0.11.0 [INFO] [stdout] warning: fields `buffer_size`, `period_size` and `sample_rate` are never read [INFO] [stdout] --> pcm/src/alsa.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct Device { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 60 | buffer_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 61 | handle: *mut ffi::snd_pcm_t, [INFO] [stdout] 62 | period_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 63 | sample_rate: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Device` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling imgui v0.7.0 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling imgui-glfw v0.1.0 (/opt/rustwide/workdir/imgui-glfw) [INFO] [stderr] Compiling nes v0.0.1 (/opt/rustwide/workdir/nes) [INFO] [stderr] Compiling ffmpeg-sys-next v4.4.0 [INFO] [stderr] Compiling scap v0.1.0 (/opt/rustwide/workdir/scap) [INFO] [stderr] Compiling debugger v0.0.1 (/opt/rustwide/workdir/debugger) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.68s [INFO] running `Command { std: "docker" "inspect" "599d615028d2455de6fd65f07a80588975b7ac41d1d756b2785aed29b0f1f651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "599d615028d2455de6fd65f07a80588975b7ac41d1d756b2785aed29b0f1f651", kill_on_drop: false }` [INFO] [stdout] 599d615028d2455de6fd65f07a80588975b7ac41d1d756b2785aed29b0f1f651 [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" "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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6dbc5329f0fa9d8d4c5ea241a240c74910cf8318a78c04dc7cf1935ca0baf863 [INFO] running `Command { std: "docker" "start" "-a" "6dbc5329f0fa9d8d4c5ea241a240c74910cf8318a78c04dc7cf1935ca0baf863", kill_on_drop: false }` [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling pcm v0.1.0 (/opt/rustwide/workdir/pcm) [INFO] [stdout] warning: fields `buffer_size`, `period_size` and `sample_rate` are never read [INFO] [stdout] --> pcm/src/alsa.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct Device { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 60 | buffer_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 61 | handle: *mut ffi::snd_pcm_t, [INFO] [stdout] 62 | period_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 63 | sample_rate: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Device` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling imgui-glfw v0.1.0 (/opt/rustwide/workdir/imgui-glfw) [INFO] [stderr] Compiling scap v0.1.0 (/opt/rustwide/workdir/scap) [INFO] [stderr] Compiling debugger v0.0.1 (/opt/rustwide/workdir/debugger) [INFO] [stderr] Compiling nes v0.0.1 (/opt/rustwide/workdir/nes) [INFO] [stdout] warning: fields `buffer_size`, `period_size` and `sample_rate` are never read [INFO] [stdout] --> pcm/src/alsa.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct Device { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 60 | buffer_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 61 | handle: *mut ffi::snd_pcm_t, [INFO] [stdout] 62 | period_size: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 63 | sample_rate: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Device` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "6dbc5329f0fa9d8d4c5ea241a240c74910cf8318a78c04dc7cf1935ca0baf863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dbc5329f0fa9d8d4c5ea241a240c74910cf8318a78c04dc7cf1935ca0baf863", kill_on_drop: false }` [INFO] [stdout] 6dbc5329f0fa9d8d4c5ea241a240c74910cf8318a78c04dc7cf1935ca0baf863