[INFO] cloning repository https://github.com/Keshyu/space-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Keshyu/space-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c472408a4e7a0db61bb6f333a05aea17df5a40be [INFO] testing Keshyu/space-compiler against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Keshyu/space-compiler 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/Keshyu/space-compiler [INFO] finished tweaking git repo https://github.com/Keshyu/space-compiler [INFO] tweaked toml for git repo https://github.com/Keshyu/space-compiler written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/Keshyu/space-compiler 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] Updating git repository `https://github.com/Keshyu/compiler-module` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded phf_macros v0.7.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] 566a4b71150c08298ab55435ee2cc874cb3a04116d40101a54d4c5430ae3d55d [INFO] running `Command { std: "docker" "start" "-a" "566a4b71150c08298ab55435ee2cc874cb3a04116d40101a54d4c5430ae3d55d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "566a4b71150c08298ab55435ee2cc874cb3a04116d40101a54d4c5430ae3d55d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "566a4b71150c08298ab55435ee2cc874cb3a04116d40101a54d4c5430ae3d55d", kill_on_drop: false }` [INFO] [stdout] 566a4b71150c08298ab55435ee2cc874cb3a04116d40101a54d4c5430ae3d55d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] 28fd8ca983791c611c9ef8c100dc4d67dc2da901f49f32ef43598d7bd9dd7659 [INFO] running `Command { std: "docker" "start" "-a" "28fd8ca983791c611c9ef8c100dc4d67dc2da901f49f32ef43598d7bd9dd7659", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling compiler_module v0.1.0 (https://github.com/Keshyu/compiler-module#e0b5d1ae) [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling phf_macros v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling space-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lexer/lexer.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn new(source_str: &'a str) -> Lexer<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `type` [INFO] [stdout] --> src/token/token.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn r#type(&self) -> TokenType { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.93s [INFO] running `Command { std: "docker" "inspect" "28fd8ca983791c611c9ef8c100dc4d67dc2da901f49f32ef43598d7bd9dd7659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28fd8ca983791c611c9ef8c100dc4d67dc2da901f49f32ef43598d7bd9dd7659", kill_on_drop: false }` [INFO] [stdout] 28fd8ca983791c611c9ef8c100dc4d67dc2da901f49f32ef43598d7bd9dd7659 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] c1e6f46dbe682f625e528329b8cadfd7d252e81622f4ede4af0f944c4799592f [INFO] running `Command { std: "docker" "start" "-a" "c1e6f46dbe682f625e528329b8cadfd7d252e81622f4ede4af0f944c4799592f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling space-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lexer/lexer.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn new(source_str: &'a str) -> Lexer<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `type` [INFO] [stdout] --> src/token/token.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn r#type(&self) -> TokenType { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "c1e6f46dbe682f625e528329b8cadfd7d252e81622f4ede4af0f944c4799592f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1e6f46dbe682f625e528329b8cadfd7d252e81622f4ede4af0f944c4799592f", kill_on_drop: false }` [INFO] [stdout] c1e6f46dbe682f625e528329b8cadfd7d252e81622f4ede4af0f944c4799592f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] 2e3df1a2cb36c3c920605da1bfa3be72a85763f10608f690460a916fd3da2f01 [INFO] running `Command { std: "docker" "start" "-a" "2e3df1a2cb36c3c920605da1bfa3be72a85763f10608f690460a916fd3da2f01", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/lexer/lexer.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn new(source_str: &'a str) -> Lexer<'a> { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `type` [INFO] [stderr] --> src/token/token.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn r#type(&self) -> TokenType { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `space-compiler` (bin "space-compiler" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/space_compiler-101b1da859488bb9) [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" "2e3df1a2cb36c3c920605da1bfa3be72a85763f10608f690460a916fd3da2f01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e3df1a2cb36c3c920605da1bfa3be72a85763f10608f690460a916fd3da2f01", kill_on_drop: false }` [INFO] [stdout] 2e3df1a2cb36c3c920605da1bfa3be72a85763f10608f690460a916fd3da2f01