[INFO] updating cached repository https://github.com/bpandreotti/monkey-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/bpandreotti/monkey-rust [INFO] [stderr] 375f5d5..0eeefe6 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0eeefe67ba47b22ea76ce00700ad8c0bc89e26a6 [INFO] checking bpandreotti/monkey-rust against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbpandreotti%2Fmonkey-rust" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bpandreotti/monkey-rust on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bpandreotti/monkey-rust [INFO] finished tweaking git repo https://github.com/bpandreotti/monkey-rust [INFO] tweaked toml for git repo https://github.com/bpandreotti/monkey-rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/bpandreotti/monkey-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] bf1e1ed9c3e72c0ceaa5aa8e13c6577b54e138d3632ad2f247642b31c3869fa0 [INFO] running `"docker" "start" "-a" "bf1e1ed9c3e72c0ceaa5aa8e13c6577b54e138d3632ad2f247642b31c3869fa0"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling rustyline-derive v0.3.1 [INFO] [stderr] Checking rustyline v6.1.2 [INFO] [stderr] Checking rusty-monkey v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/compiler/mod.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new() -> Compiler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/vm/mod.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(bytecode: Bytecode) -> VM { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `last_popped` [INFO] [stderr] --> src/vm/mod.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn last_popped(&self) -> &Object { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: method is never used: `last_popped` [INFO] [stderr] --> src/vm/mod.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn last_popped(&self) -> &Object { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.97s [INFO] running `"docker" "inspect" "bf1e1ed9c3e72c0ceaa5aa8e13c6577b54e138d3632ad2f247642b31c3869fa0"` [INFO] running `"docker" "rm" "-f" "bf1e1ed9c3e72c0ceaa5aa8e13c6577b54e138d3632ad2f247642b31c3869fa0"` [INFO] [stdout] bf1e1ed9c3e72c0ceaa5aa8e13c6577b54e138d3632ad2f247642b31c3869fa0