[INFO] cloning repository https://github.com/topaxi/m6809-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/topaxi/m6809-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopaxi%2Fm6809-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopaxi%2Fm6809-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da4ee474d82e80e963428199dee035d7fba426e1 [INFO] checking topaxi/m6809-rs against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopaxi%2Fm6809-rs" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/topaxi/m6809-rs on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/topaxi/m6809-rs [INFO] finished tweaking git repo https://github.com/topaxi/m6809-rs [INFO] tweaked toml for git repo https://github.com/topaxi/m6809-rs written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/topaxi/m6809-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4afd61184689e67043e16dd7bde0aa73531f2886bf75033ccaa821826d4279c1 [INFO] running `Command { std: "docker" "start" "-a" "4afd61184689e67043e16dd7bde0aa73531f2886bf75033ccaa821826d4279c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4afd61184689e67043e16dd7bde0aa73531f2886bf75033ccaa821826d4279c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4afd61184689e67043e16dd7bde0aa73531f2886bf75033ccaa821826d4279c1", kill_on_drop: false }` [INFO] [stdout] 4afd61184689e67043e16dd7bde0aa73531f2886bf75033ccaa821826d4279c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4adc45d93ac3d0937e06882d935254f4463b93c82152dff482f26873165ab32 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d4adc45d93ac3d0937e06882d935254f4463b93c82152dff482f26873165ab32", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.33 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.33 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.33 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.33 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.33 [INFO] [stderr] Checking m6809-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `m6809` [INFO] [stdout] --> src/bin/run.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate m6809; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `m6809` [INFO] [stdout] --> src/bin/run.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate m6809; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `m6809-rs` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: constant is never used: `HALF_HARRY_FLAG` [INFO] [stdout] --> src/cpu.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | const HALF_HARRY_FLAG: u8 = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENTIRE_SAVE_FLAG` [INFO] [stdout] --> src/cpu.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const ENTIRE_SAVE_FLAG: u8 = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `NMI_VECTOR` [INFO] [stdout] --> src/cpu.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const NMI_VECTOR: u16 = 0xFFFC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI_VECTOR` [INFO] [stdout] --> src/cpu.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SWI_VECTOR: u16 = 0xFFFA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IRQ_VECTOR` [INFO] [stdout] --> src/cpu.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | const IRQ_VECTOR: u16 = 0xFFF8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIRQ_VECTOR` [INFO] [stdout] --> src/cpu.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const FIRQ_VECTOR: u16 = 0xFFF6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI2_VECTOR` [INFO] [stdout] --> src/cpu.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const SWI2_VECTOR: u16 = 0xFFF4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI3_VECTOR` [INFO] [stdout] --> src/cpu.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SWI3_VECTOR: u16 = 0xFFF2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HALF_HARRY_FLAG` [INFO] [stdout] --> src/cpu.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | const HALF_HARRY_FLAG: u8 = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENTIRE_SAVE_FLAG` [INFO] [stdout] --> src/cpu.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const ENTIRE_SAVE_FLAG: u8 = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `NMI_VECTOR` [INFO] [stdout] --> src/cpu.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const NMI_VECTOR: u16 = 0xFFFC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI_VECTOR` [INFO] [stdout] --> src/cpu.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SWI_VECTOR: u16 = 0xFFFA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IRQ_VECTOR` [INFO] [stdout] --> src/cpu.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | const IRQ_VECTOR: u16 = 0xFFF8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIRQ_VECTOR` [INFO] [stdout] --> src/cpu.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const FIRQ_VECTOR: u16 = 0xFFF6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI2_VECTOR` [INFO] [stdout] --> src/cpu.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const SWI2_VECTOR: u16 = 0xFFF4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SWI3_VECTOR` [INFO] [stdout] --> src/cpu.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SWI3_VECTOR: u16 = 0xFFF2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d4adc45d93ac3d0937e06882d935254f4463b93c82152dff482f26873165ab32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4adc45d93ac3d0937e06882d935254f4463b93c82152dff482f26873165ab32", kill_on_drop: false }` [INFO] [stdout] d4adc45d93ac3d0937e06882d935254f4463b93c82152dff482f26873165ab32