[INFO] cloning repository https://github.com/ThatOtherPerson/forth [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThatOtherPerson/forth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThatOtherPerson%2Fforth", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThatOtherPerson%2Fforth'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9f2eb40633f3710e75ca391e9c7055a695ea1c31 [INFO] testing ThatOtherPerson/forth against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThatOtherPerson%2Fforth" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ThatOtherPerson/forth 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/ThatOtherPerson/forth [INFO] finished tweaking git repo https://github.com/ThatOtherPerson/forth [INFO] tweaked toml for git repo https://github.com/ThatOtherPerson/forth written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/ThatOtherPerson/forth 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-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] a7457facea12495372a210f0294977f817b52726b136b18f7eaf4544848690c3 [INFO] running `Command { std: "docker" "start" "-a" "a7457facea12495372a210f0294977f817b52726b136b18f7eaf4544848690c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7457facea12495372a210f0294977f817b52726b136b18f7eaf4544848690c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7457facea12495372a210f0294977f817b52726b136b18f7eaf4544848690c3", kill_on_drop: false }` [INFO] [stdout] a7457facea12495372a210f0294977f817b52726b136b18f7eaf4544848690c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] c083ce6dd4386b0b97e025b9a0eb172f9603298df4043e014e711c911cb9e033 [INFO] running `Command { std: "docker" "start" "-a" "c083ce6dd4386b0b97e025b9a0eb172f9603298df4043e014e711c911cb9e033", kill_on_drop: false }` [INFO] [stderr] Compiling forth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | let name = try!(forth.parse().ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let condition = try!(forth.pop().ok_or("Stack underflow".to_string())) != 0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unary_word` [INFO] [stdout] --> src/stdlib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn unary_word(forth: &mut Runtime, callback: F) -> FResult [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "c083ce6dd4386b0b97e025b9a0eb172f9603298df4043e014e711c911cb9e033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c083ce6dd4386b0b97e025b9a0eb172f9603298df4043e014e711c911cb9e033", kill_on_drop: false }` [INFO] [stdout] c083ce6dd4386b0b97e025b9a0eb172f9603298df4043e014e711c911cb9e033 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 4b8bcedcc4d2d719f3cdfdc6c9a2510a75481b0a19fa6942c5228bb38e86dc15 [INFO] running `Command { std: "docker" "start" "-a" "4b8bcedcc4d2d719f3cdfdc6c9a2510a75481b0a19fa6942c5228bb38e86dc15", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling forth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | let name = try!(forth.parse().ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let condition = try!(forth.pop().ok_or("Stack underflow".to_string())) != 0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unary_word` [INFO] [stdout] --> src/stdlib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn unary_word(forth: &mut Runtime, callback: F) -> FResult [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | let name = try!(forth.parse().ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlib.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let condition = try!(forth.pop().ok_or("Stack underflow".to_string())) != 0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unary_word` [INFO] [stdout] --> src/stdlib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn unary_word(forth: &mut Runtime, callback: F) -> FResult [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "4b8bcedcc4d2d719f3cdfdc6c9a2510a75481b0a19fa6942c5228bb38e86dc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b8bcedcc4d2d719f3cdfdc6c9a2510a75481b0a19fa6942c5228bb38e86dc15", kill_on_drop: false }` [INFO] [stdout] 4b8bcedcc4d2d719f3cdfdc6c9a2510a75481b0a19fa6942c5228bb38e86dc15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 3c517332bb346ba3071222b95870835cfaeb025cd898ec4094f8ede2fae27970 [INFO] running `Command { std: "docker" "start" "-a" "3c517332bb346ba3071222b95870835cfaeb025cd898ec4094f8ede2fae27970", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | let value = try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | try!(forth.pop().ok_or("Stack underflow".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | let name = try!(forth.parse().ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlib.rs:106:21 [INFO] [stderr] | [INFO] [stderr] 106 | let condition = try!(forth.pop().ok_or("Stack underflow".to_string())) != 0; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `unary_word` [INFO] [stderr] --> src/stdlib.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | fn unary_word(forth: &mut Runtime, callback: F) -> FResult [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `forth` (lib) generated 7 warnings [INFO] [stderr] warning: `forth` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/forth-17e297e62751992f) [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] Doc-tests forth [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" "3c517332bb346ba3071222b95870835cfaeb025cd898ec4094f8ede2fae27970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c517332bb346ba3071222b95870835cfaeb025cd898ec4094f8ede2fae27970", kill_on_drop: false }` [INFO] [stdout] 3c517332bb346ba3071222b95870835cfaeb025cd898ec4094f8ede2fae27970