[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 beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThatOtherPerson%2Fforth" "/workspace/builds/worker-95/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-95/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ThatOtherPerson/forth on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-95/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f27c06a878c5793c16b50999c45465e3db07a7230ef9233dadda1b7c7ffc8bff [INFO] running `Command { std: "docker" "start" "-a" "f27c06a878c5793c16b50999c45465e3db07a7230ef9233dadda1b7c7ffc8bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f27c06a878c5793c16b50999c45465e3db07a7230ef9233dadda1b7c7ffc8bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f27c06a878c5793c16b50999c45465e3db07a7230ef9233dadda1b7c7ffc8bff", kill_on_drop: false }` [INFO] [stdout] f27c06a878c5793c16b50999c45465e3db07a7230ef9233dadda1b7c7ffc8bff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 582546505ef2260ec1c7e35700643427116cc01d48857420b8418a4f24585acc [INFO] running `Command { std: "docker" "start" "-a" "582546505ef2260ec1c7e35700643427116cc01d48857420b8418a4f24585acc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 1.86s [INFO] running `Command { std: "docker" "inspect" "582546505ef2260ec1c7e35700643427116cc01d48857420b8418a4f24585acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "582546505ef2260ec1c7e35700643427116cc01d48857420b8418a4f24585acc", kill_on_drop: false }` [INFO] [stdout] 582546505ef2260ec1c7e35700643427116cc01d48857420b8418a4f24585acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 938e1f7d292d1e303f2e913d0ff0455a8873454d957981d95f68203d24c9f874 [INFO] running `Command { std: "docker" "start" "-a" "938e1f7d292d1e303f2e913d0ff0455a8873454d957981d95f68203d24c9f874", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [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 8.72s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/forth-fd9da1717323f109) [INFO] running `Command { std: "docker" "inspect" "938e1f7d292d1e303f2e913d0ff0455a8873454d957981d95f68203d24c9f874", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "938e1f7d292d1e303f2e913d0ff0455a8873454d957981d95f68203d24c9f874", kill_on_drop: false }` [INFO] [stdout] 938e1f7d292d1e303f2e913d0ff0455a8873454d957981d95f68203d24c9f874 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45efe2c5bf87819241844c341c09207c9cb1fc2d0e83023a2793e9ee5c503b0c [INFO] running `Command { std: "docker" "start" "-a" "45efe2c5bf87819241844c341c09207c9cb1fc2d0e83023a2793e9ee5c503b0c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/forth-fd9da1717323f109) [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" "45efe2c5bf87819241844c341c09207c9cb1fc2d0e83023a2793e9ee5c503b0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45efe2c5bf87819241844c341c09207c9cb1fc2d0e83023a2793e9ee5c503b0c", kill_on_drop: false }` [INFO] [stdout] 45efe2c5bf87819241844c341c09207c9cb1fc2d0e83023a2793e9ee5c503b0c