[INFO] cloning repository https://github.com/FreeMasen/rox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FreeMasen/rox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Frox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Frox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb8602214eb5877c5d9dbef10840cefb874076e9 [INFO] testing FreeMasen/rox against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Frox" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FreeMasen/rox on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FreeMasen/rox [INFO] finished tweaking git repo https://github.com/FreeMasen/rox [INFO] tweaked toml for git repo https://github.com/FreeMasen/rox written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/FreeMasen/rox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8221cfb4ce22b19f704e637e350280ffaf324671a0d69b8f1e598e83fa2cfa58 [INFO] running `Command { std: "docker" "start" "-a" "8221cfb4ce22b19f704e637e350280ffaf324671a0d69b8f1e598e83fa2cfa58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8221cfb4ce22b19f704e637e350280ffaf324671a0d69b8f1e598e83fa2cfa58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8221cfb4ce22b19f704e637e350280ffaf324671a0d69b8f1e598e83fa2cfa58", kill_on_drop: false }` [INFO] [stdout] 8221cfb4ce22b19f704e637e350280ffaf324671a0d69b8f1e598e83fa2cfa58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5517389f06c00b7d17a0449fc599cb02af409e0376fcedd0214a0f7eb66f9f3e [INFO] running `Command { std: "docker" "start" "-a" "5517389f06c00b7d17a0449fc599cb02af409e0376fcedd0214a0f7eb66f9f3e", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling hash-chain v0.3.2 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rox_shared v0.1.0 (/opt/rustwide/workdir/rox_shared) [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> rox_shared/src/token.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | line: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling hashers v1.0.1 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.5 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling roxi v0.1.0 (/opt/rustwide/workdir/roxi) [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling tracing v0.1.14 [INFO] [stderr] Compiling roxc v0.1.0 (/opt/rustwide/workdir/roxc) [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> roxc/src/vm.rs:2:35 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::{VecDeque, HashSet}, borrow::Cow}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "5517389f06c00b7d17a0449fc599cb02af409e0376fcedd0214a0f7eb66f9f3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5517389f06c00b7d17a0449fc599cb02af409e0376fcedd0214a0f7eb66f9f3e", kill_on_drop: false }` [INFO] [stdout] 5517389f06c00b7d17a0449fc599cb02af409e0376fcedd0214a0f7eb66f9f3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e046226cca03e06afd6360f406ec13449e028c9a895bb4609611df1b642e9fa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9e046226cca03e06afd6360f406ec13449e028c9a895bb4609611df1b642e9fa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rox_shared v0.1.0 (/opt/rustwide/workdir/rox_shared) [INFO] [stderr] Compiling roxi v0.1.0 (/opt/rustwide/workdir/roxi) [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> rox_shared/src/token.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | line: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> roxc/src/vm.rs:2:35 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::{VecDeque, HashSet}, borrow::Cow}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling roxc v0.1.0 (/opt/rustwide/workdir/roxc) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> rox_shared/src/token.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | line: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/func.rs:71:56 [INFO] [stdout] | [INFO] [stdout] 71 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.to_string()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 49 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 49 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/func.rs:95:56 [INFO] [stdout] | [INFO] [stdout] 95 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.to_string()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 49 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 49 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/interpreter.rs:393:56 [INFO] [stdout] | [INFO] [stdout] 393 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.into()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 381 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 381 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/interpreter.rs:407:56 [INFO] [stdout] | [INFO] [stdout] 407 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.into()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 381 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 381 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/interpreter.rs:431:56 [INFO] [stdout] | [INFO] [stdout] 431 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.into()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 381 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 381 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `scanner` in the crate root [INFO] [stdout] --> roxi/src/interpreter.rs:453:56 [INFO] [stdout] | [INFO] [stdout] 453 | crate::parser::Parser::new(crate::scanner::Scanner::new(lox.into()).unwrap()); [INFO] [stdout] | ^^^^^^^ not found in `crate::scanner` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 381 | use crate::Scanner; [INFO] [stdout] | [INFO] [stdout] 381 | use rox_shared::Scanner; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> roxc/src/vm.rs:2:35 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::{VecDeque, HashSet}, borrow::Cow}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> roxc/src/vm.rs:263:9 [INFO] [stdout] | [INFO] [stdout] 263 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `roxi` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9e046226cca03e06afd6360f406ec13449e028c9a895bb4609611df1b642e9fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e046226cca03e06afd6360f406ec13449e028c9a895bb4609611df1b642e9fa", kill_on_drop: false }` [INFO] [stdout] 9e046226cca03e06afd6360f406ec13449e028c9a895bb4609611df1b642e9fa