[INFO] cloning repository https://github.com/jaaket/c64emu [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaaket/c64emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaaket%2Fc64emu"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaaket%2Fc64emu'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c8b2cd02eaffce5c2b036d9f359cafade758da2 [INFO] checking jaaket/c64emu against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaaket%2Fc64emu" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaaket/c64emu on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jaaket/c64emu [INFO] finished tweaking git repo https://github.com/jaaket/c64emu [INFO] tweaked toml for git repo https://github.com/jaaket/c64emu written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/jaaket/c64emu already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 123e225f362d77aafd5bbb533d01f20c44ecabd919aed9e1a28ee6824bac0149 [INFO] running `"docker" "start" "-a" "123e225f362d77aafd5bbb533d01f20c44ecabd919aed9e1a28ee6824bac0149"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling khronos_api v2.2.0 (https://github.com/bjz/gl-rs#a24afae9) [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling log v0.4.4 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking aho-corasick v0.6.6 [INFO] [stderr] Checking regex v1.0.2 [INFO] [stderr] Compiling gl_generator v0.9.0 (https://github.com/bjz/gl-rs#a24afae9) [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Compiling gl v0.10.0 (https://github.com/bjz/gl-rs#a24afae9) [INFO] [stderr] Checking c64emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | struct ICS: u8 { [INFO] [stderr] 3 | | const TIMER_A_UNDERFLOW_INTERRUPT = 0b0000_0001; [INFO] [stderr] 4 | | const TIMER_B_UNDERFLOW_INTERRUPT = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 8 | | } [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cia1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | struct TACR: u8 { [INFO] [stderr] 13 | | const START_TIMER = 0b0000_0001; [INFO] [stderr] 14 | | const INDICATE_UNDERFLOW_ON_B6 = 0b0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.88s [INFO] running `"docker" "inspect" "123e225f362d77aafd5bbb533d01f20c44ecabd919aed9e1a28ee6824bac0149"` [INFO] running `"docker" "rm" "-f" "123e225f362d77aafd5bbb533d01f20c44ecabd919aed9e1a28ee6824bac0149"` [INFO] [stdout] 123e225f362d77aafd5bbb533d01f20c44ecabd919aed9e1a28ee6824bac0149