[INFO] updating cached repository https://github.com/mikee385/RustRayTracer [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 311c976795609e2ace0e106b32749da148f14ebe [INFO] checking mikee385/RustRayTracer against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikee385%2FRustRayTracer" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mikee385/RustRayTracer on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mikee385/RustRayTracer [INFO] finished tweaking git repo https://github.com/mikee385/RustRayTracer [INFO] tweaked toml for git repo https://github.com/mikee385/RustRayTracer written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/mikee385/RustRayTracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 7ced4678680048db208dcfd77f201881c1cb984d6254b6de678d91322396f329 [INFO] running `"docker" "start" "-a" "7ced4678680048db208dcfd77f201881c1cb984d6254b6de678d91322396f329"` [INFO] [stderr] Checking RustRayTracer v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | let start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | let start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | let scene_setup_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | let scene_setup_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:265:36 [INFO] [stderr] | [INFO] [stderr] 265 | let image_saving_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:270:34 [INFO] [stderr] | [INFO] [stderr] 270 | let image_saving_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:281:21 [INFO] [stderr] | [INFO] [stderr] 281 | let end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | let scene_setup_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | let scene_setup_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:265:36 [INFO] [stderr] | [INFO] [stderr] 265 | let image_saving_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:307:36 [INFO] [stderr] | [INFO] [stderr] 307 | let thread_setup_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:342:34 [INFO] [stderr] | [INFO] [stderr] 342 | let thread_setup_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:344:38 [INFO] [stderr] | [INFO] [stderr] 344 | let thread_waiting_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:346:36 [INFO] [stderr] | [INFO] [stderr] 346 | let thread_waiting_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:349:39 [INFO] [stderr] | [INFO] [stderr] 349 | let pixel_combining_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:353:37 [INFO] [stderr] | [INFO] [stderr] 353 | let pixel_combining_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:356:38 [INFO] [stderr] | [INFO] [stderr] 356 | let edge_detection_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:381:36 [INFO] [stderr] | [INFO] [stderr] 381 | let edge_detection_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:384:37 [INFO] [stderr] | [INFO] [stderr] 384 | let anti_aliasing_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:406:35 [INFO] [stderr] | [INFO] [stderr] 406 | let anti_aliasing_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | let mut file = try!(OpenOptions::new().create(true).write(true).open(&file_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(writeln!(&mut file, "P6")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | try!(writeln!(&mut file, "{} {}", width, height)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!(writeln!(&mut file, "255")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | try!(file.write(&pixel_bytes)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:270:34 [INFO] [stderr] | [INFO] [stderr] 270 | let image_saving_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:281:21 [INFO] [stderr] | [INFO] [stderr] 281 | let end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:307:36 [INFO] [stderr] | [INFO] [stderr] 307 | let thread_setup_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:342:34 [INFO] [stderr] | [INFO] [stderr] 342 | let thread_setup_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:344:38 [INFO] [stderr] | [INFO] [stderr] 344 | let thread_waiting_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:346:36 [INFO] [stderr] | [INFO] [stderr] 346 | let thread_waiting_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:349:39 [INFO] [stderr] | [INFO] [stderr] 349 | let pixel_combining_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:353:37 [INFO] [stderr] | [INFO] [stderr] 353 | let pixel_combining_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:356:38 [INFO] [stderr] | [INFO] [stderr] 356 | let edge_detection_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:381:36 [INFO] [stderr] | [INFO] [stderr] 381 | let edge_detection_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:384:37 [INFO] [stderr] | [INFO] [stderr] 384 | let anti_aliasing_start = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stderr] --> src/main.rs:406:35 [INFO] [stderr] | [INFO] [stderr] 406 | let anti_aliasing_end = time::precise_time_ns(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | let mut file = try!(OpenOptions::new().create(true).write(true).open(&file_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(writeln!(&mut file, "P6")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | try!(writeln!(&mut file, "{} {}", width, height)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!(writeln!(&mut file, "255")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/image.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | try!(file.write(&pixel_bytes)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/mod.rs:53:46 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn add_object(&mut self, object: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SceneObject+Sync+Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/mod.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | pub object: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SceneObject+Sync+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/mod.rs:53:46 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn add_object(&mut self, object: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SceneObject+Sync+Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/mod.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | pub object: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SceneObject+Sync+Send` [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 16 previous errors; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `RustRayTracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `RustRayTracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ced4678680048db208dcfd77f201881c1cb984d6254b6de678d91322396f329"` [INFO] running `"docker" "rm" "-f" "7ced4678680048db208dcfd77f201881c1cb984d6254b6de678d91322396f329"` [INFO] [stdout] 7ced4678680048db208dcfd77f201881c1cb984d6254b6de678d91322396f329