[INFO] cloning repository https://github.com/Dalot/ray_tracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dalot/ray_tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDalot%2Fray_tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDalot%2Fray_tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 59f100550e3c4e55dc6af9eab82d87ecdb60b499 [INFO] testing Dalot/ray_tracer against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDalot%2Fray_tracer" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Dalot/ray_tracer 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/Dalot/ray_tracer [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/Dalot/ray_tracer [INFO] tweaked toml for git repo https://github.com/Dalot/ray_tracer written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/Dalot/ray_tracer 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 6bfc3734043a976ca67aee9198cf5a2aef96976c3d84f0d13d8c2c8971142fd5 [INFO] running `Command { std: "docker" "start" "-a" "6bfc3734043a976ca67aee9198cf5a2aef96976c3d84f0d13d8c2c8971142fd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6bfc3734043a976ca67aee9198cf5a2aef96976c3d84f0d13d8c2c8971142fd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bfc3734043a976ca67aee9198cf5a2aef96976c3d84f0d13d8c2c8971142fd5", kill_on_drop: false }` [INFO] [stdout] 6bfc3734043a976ca67aee9198cf5a2aef96976c3d84f0d13d8c2c8971142fd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 5a6de708c10bbb1df0e52c334d3eca4b64da335b9d4b45de0ae1aff0cfbd2638 [INFO] running `Command { std: "docker" "start" "-a" "5a6de708c10bbb1df0e52c334d3eca4b64da335b9d4b45de0ae1aff0cfbd2638", 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] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling ray-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.67s [INFO] running `Command { std: "docker" "inspect" "5a6de708c10bbb1df0e52c334d3eca4b64da335b9d4b45de0ae1aff0cfbd2638", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a6de708c10bbb1df0e52c334d3eca4b64da335b9d4b45de0ae1aff0cfbd2638", kill_on_drop: false }` [INFO] [stdout] 5a6de708c10bbb1df0e52c334d3eca4b64da335b9d4b45de0ae1aff0cfbd2638 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 56945487854d088c44ba8fcac240aa9b1e7d846711ddd1c526b060601120d8f0 [INFO] running `Command { std: "docker" "start" "-a" "56945487854d088c44ba8fcac240aa9b1e7d846711ddd1c526b060601120d8f0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling pathdiff v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-core v0.1.20 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling shh v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling typed-builder v0.7.1 [INFO] [stderr] Compiling tracing-attributes v0.1.16 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling cute_custom_default v2.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling peg v0.6.3 [INFO] [stderr] Compiling tracing v0.1.28 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling gherkin_rust v0.10.1 [INFO] [stderr] Compiling cucumber_rust v0.9.0 [INFO] [stderr] Compiling ray-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found keyword `pub` [INFO] [stdout] --> tests/vectors_and_points.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::world::MyWorld [INFO] [stdout] | - expected one of `::`, `;`, or `as` [INFO] [stdout] 4 | [INFO] [stdout] 5 | pub fn steps() -> Steps { [INFO] [stdout] | ^^^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found keyword `pub` [INFO] [stdout] --> tests/vectors_and_points.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::world::MyWorld [INFO] [stdout] | - expected one of `::`, `;`, or `as` [INFO] [stdout] 4 | [INFO] [stdout] 5 | pub fn steps() -> Steps { [INFO] [stdout] | ^^^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ray-tracer` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find function `steps` in module `vectors_and_points` [INFO] [stdout] --> tests/main.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | .steps(vectors_and_points::steps()); [INFO] [stdout] | ^^^^^ not found in `vectors_and_points` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "56945487854d088c44ba8fcac240aa9b1e7d846711ddd1c526b060601120d8f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56945487854d088c44ba8fcac240aa9b1e7d846711ddd1c526b060601120d8f0", kill_on_drop: false }` [INFO] [stdout] 56945487854d088c44ba8fcac240aa9b1e7d846711ddd1c526b060601120d8f0