[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.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-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" "+1.60.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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c154c899b9f382455f868ad44f4ff09abacc4a08b1c160f21f53c2c48345ce0 [INFO] running `Command { std: "docker" "start" "-a" "7c154c899b9f382455f868ad44f4ff09abacc4a08b1c160f21f53c2c48345ce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c154c899b9f382455f868ad44f4ff09abacc4a08b1c160f21f53c2c48345ce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c154c899b9f382455f868ad44f4ff09abacc4a08b1c160f21f53c2c48345ce0", kill_on_drop: false }` [INFO] [stdout] 7c154c899b9f382455f868ad44f4ff09abacc4a08b1c160f21f53c2c48345ce0 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb14a579573a7c883a5bbfefe8c52f4fce1ae1831245519d060d09747ee90d32 [INFO] running `Command { std: "docker" "start" "-a" "eb14a579573a7c883a5bbfefe8c52f4fce1ae1831245519d060d09747ee90d32", 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 3.73s [INFO] running `Command { std: "docker" "inspect" "eb14a579573a7c883a5bbfefe8c52f4fce1ae1831245519d060d09747ee90d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb14a579573a7c883a5bbfefe8c52f4fce1ae1831245519d060d09747ee90d32", kill_on_drop: false }` [INFO] [stdout] eb14a579573a7c883a5bbfefe8c52f4fce1ae1831245519d060d09747ee90d32 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11aae2e8f06bd1668542119c357265abc9cd88dcd57daf2d8925dc6980d24ece [INFO] running `Command { std: "docker" "start" "-a" "11aae2e8f06bd1668542119c357265abc9cd88dcd57daf2d8925dc6980d24ece", 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 19.62s [INFO] running `Command { std: "docker" "inspect" "11aae2e8f06bd1668542119c357265abc9cd88dcd57daf2d8925dc6980d24ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11aae2e8f06bd1668542119c357265abc9cd88dcd57daf2d8925dc6980d24ece", kill_on_drop: false }` [INFO] [stdout] 11aae2e8f06bd1668542119c357265abc9cd88dcd57daf2d8925dc6980d24ece [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd4cea8805d7d34b878106fd56f0729ade025206e1bf23846998836cd9ed9d80 [INFO] running `Command { std: "docker" "start" "-a" "dd4cea8805d7d34b878106fd56f0729ade025206e1bf23846998836cd9ed9d80", 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 3.69s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/forth-a4d5d59cb381bc0a) [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" "dd4cea8805d7d34b878106fd56f0729ade025206e1bf23846998836cd9ed9d80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd4cea8805d7d34b878106fd56f0729ade025206e1bf23846998836cd9ed9d80", kill_on_drop: false }` [INFO] [stdout] dd4cea8805d7d34b878106fd56f0729ade025206e1bf23846998836cd9ed9d80