[INFO] cloning repository https://github.com/YushiOMOTE/gbr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YushiOMOTE/gbr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYushiOMOTE%2Fgbr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYushiOMOTE%2Fgbr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da99dc58db212bfdd4ec1b38439601a5270a3edf [INFO] testing YushiOMOTE/gbr against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYushiOMOTE%2Fgbr" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/YushiOMOTE/gbr on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/YushiOMOTE/gbr [INFO] finished tweaking git repo https://github.com/YushiOMOTE/gbr [INFO] tweaked toml for git repo https://github.com/YushiOMOTE/gbr written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/YushiOMOTE/gbr already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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] 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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cacdb1aff514c7739013930097859fe1f0a7a2ac57d789433b853e5e84a9442f [INFO] running `Command { std: "docker" "start" "-a" "cacdb1aff514c7739013930097859fe1f0a7a2ac57d789433b853e5e84a9442f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cacdb1aff514c7739013930097859fe1f0a7a2ac57d789433b853e5e84a9442f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cacdb1aff514c7739013930097859fe1f0a7a2ac57d789433b853e5e84a9442f", kill_on_drop: false }` [INFO] [stdout] cacdb1aff514c7739013930097859fe1f0a7a2ac57d789433b853e5e84a9442f [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c53bb64dc961a1b3bd754ce2e9a28e5e2047cdf97ae7cc12fadf084d34a7453d [INFO] running `Command { std: "docker" "start" "-a" "c53bb64dc961a1b3bd754ce2e9a28e5e2047cdf97ae7cc12fadf084d34a7453d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling unic-char-range v0.7.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unic-common v0.7.0 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling ego-tree v0.1.1 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling font8x8 v0.2.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling utf-8 v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unic-ucd-version v0.7.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling unic-char-property v0.7.0 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling unic-segment v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling cssparser v0.5.8 [INFO] [stderr] Compiling tendril v0.2.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling string_cache v0.2.29 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling quickersort v2.2.0 [INFO] [stderr] Compiling html5ever v0.5.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling selectors v0.5.9 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] Compiling scraper v0.4.0 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling rgy v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> core/src/mbc.rs:751:13 [INFO] [stdout] | [INFO] [stdout] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 751 - (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] 751 + addr < 0x100 || (addr >= 0x200 && addr < 0x900) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> core/src/system.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, Debugger::empty()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, ::empty()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `freq` [INFO] [stdout] --> core/src/sound.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | freq: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling codegen v0.1.0 (/opt/rustwide/workdir/codegen) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.70s [INFO] running `Command { std: "docker" "inspect" "c53bb64dc961a1b3bd754ce2e9a28e5e2047cdf97ae7cc12fadf084d34a7453d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c53bb64dc961a1b3bd754ce2e9a28e5e2047cdf97ae7cc12fadf084d34a7453d", kill_on_drop: false }` [INFO] [stdout] c53bb64dc961a1b3bd754ce2e9a28e5e2047cdf97ae7cc12fadf084d34a7453d [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 648435ef31fa728f86b89236499b894d29b58e6e9db6af3cf1bdfa25758ae2ed [INFO] running `Command { std: "docker" "start" "-a" "648435ef31fa728f86b89236499b894d29b58e6e9db6af3cf1bdfa25758ae2ed", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> core/src/mbc.rs:751:13 [INFO] [stdout] | [INFO] [stdout] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 751 - (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] 751 + addr < 0x100 || (addr >= 0x200 && addr < 0x900) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> core/src/system.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, Debugger::empty()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, ::empty()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `freq` [INFO] [stdout] --> core/src/sound.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | freq: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling codegen v0.1.0 (/opt/rustwide/workdir/codegen) [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling core_affinity v0.5.9 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling signal-hook v0.1.12 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling rustyline v4.1.0 [INFO] [stderr] Compiling rgy v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> core/examples/pc/hardware.rs:286:33 [INFO] [stdout] | [INFO] [stdout] 286 | ... ((s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 286 - ((s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0) [INFO] [stdout] 286 + (s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> core/src/mbc.rs:751:13 [INFO] [stdout] | [INFO] [stdout] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 751 - (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stdout] 751 + addr < 0x100 || (addr >= 0x200 && addr < 0x900) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> core/src/system.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, Debugger::empty()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 | run_inner(cfg, rom, hw, ::empty()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `freq` [INFO] [stdout] --> core/src/sound.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | freq: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.08s [INFO] running `Command { std: "docker" "inspect" "648435ef31fa728f86b89236499b894d29b58e6e9db6af3cf1bdfa25758ae2ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "648435ef31fa728f86b89236499b894d29b58e6e9db6af3cf1bdfa25758ae2ed", kill_on_drop: false }` [INFO] [stdout] 648435ef31fa728f86b89236499b894d29b58e6e9db6af3cf1bdfa25758ae2ed [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f87e0f02f37425f60a6231f1408e6bd482b335b459f370f74e521124eff74f37 [INFO] running `Command { std: "docker" "start" "-a" "f87e0f02f37425f60a6231f1408e6bd482b335b459f370f74e521124eff74f37", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> core/src/mbc.rs:751:13 [INFO] [stderr] | [INFO] [stderr] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 751 - (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stderr] 751 + addr < 0x100 || (addr >= 0x200 && addr < 0x900) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> core/src/system.rs:202:29 [INFO] [stderr] | [INFO] [stderr] 202 | run_inner(cfg, rom, hw, Debugger::empty()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 202 | run_inner(cfg, rom, hw, ::empty()) [INFO] [stderr] | ++++ + [INFO] [stderr] [INFO] [stderr] warning: field is never read: `freq` [INFO] [stderr] --> core/src/sound.rs:513:5 [INFO] [stderr] | [INFO] [stderr] 513 | freq: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rgy` (lib) generated 3 warnings [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> core/examples/pc/hardware.rs:286:33 [INFO] [stderr] | [INFO] [stderr] 286 | ... ((s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 286 - ((s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0) [INFO] [stderr] 286 + (s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rgy` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: `rgy` (example "pc") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codegen-d88bf880de10970c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rgy-7172c9f29a5033ee) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/utils-6e34a4f31238139c) [INFO] [stdout] test alu::test_add16 ... ok [INFO] [stderr] Doc-tests rgy [INFO] [stdout] test alu::test_add8 ... ok [INFO] [stdout] test alu::test_sub8 ... ok [INFO] [stdout] test alu::test_signed ... ok [INFO] [stdout] test cpu::test::op_00af ... ok [INFO] [stdout] test cpu::test::op_00f1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/workdir/core/src/mbc.rs:751:13 [INFO] [stderr] | [INFO] [stderr] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 751 - (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stderr] 751 + addr < 0x100 || (addr >= 0x200 && addr < 0x900) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 10) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Doc-tests utils [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f87e0f02f37425f60a6231f1408e6bd482b335b459f370f74e521124eff74f37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f87e0f02f37425f60a6231f1408e6bd482b335b459f370f74e521124eff74f37", kill_on_drop: false }` [INFO] [stdout] f87e0f02f37425f60a6231f1408e6bd482b335b459f370f74e521124eff74f37