[INFO] updating cached repository https://github.com/AlonSh/rust-raytracer [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] 26c4d25c137498e1723fd37024709cae6e4dea64 [INFO] testing AlonSh/rust-raytracer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlonSh%2Frust-raytracer" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlonSh/rust-raytracer on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlonSh/rust-raytracer [INFO] finished tweaking git repo https://github.com/AlonSh/rust-raytracer [INFO] tweaked toml for git repo https://github.com/AlonSh/rust-raytracer written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/AlonSh/rust-raytracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a71af58a27186353eabb0b499caec5ba70d949e46158ad336d76551e3044ecc2 [INFO] running `"docker" "start" "-a" "a71af58a27186353eabb0b499caec5ba70d949e46158ad336d76551e3044ecc2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling smallvec v0.6.2 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling lock_api v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling rand v0.5.3 [INFO] [stderr] Compiling aho-corasick v0.6.5 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling parking_lot v0.6.2 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling console v0.6.1 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling ray-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:52:19 [INFO] [stderr] | [INFO] [stderr] 52 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:76:19 [INFO] [stderr] | [INFO] [stderr] 76 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:88:19 [INFO] [stderr] | [INFO] [stderr] 88 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:100:19 [INFO] [stderr] | [INFO] [stderr] 100 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/vec3.rs:112:19 [INFO] [stderr] | [INFO] [stderr] 112 | type Output = (Vec3); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `vec3::Vec3` [INFO] [stderr] --> src/vec3.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | use vec3::Vec3; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `vec3::Vec3` [INFO] [stderr] --> src/ray.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | use vec3::Vec3; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ray::Ray` [INFO] [stderr] --> src/ray.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | use ray::Ray; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Debug` [INFO] [stderr] --> src/hitables/hitable_list.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fmt::Debug; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `materials::material::Material` [INFO] [stderr] --> src/hitables/hitable_list.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use materials::material::Material; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hitables/hitable_list.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub hitables: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Hitable+Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `alloc_system` [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate alloc_system; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `ray-tracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a71af58a27186353eabb0b499caec5ba70d949e46158ad336d76551e3044ecc2"` [INFO] running `"docker" "rm" "-f" "a71af58a27186353eabb0b499caec5ba70d949e46158ad336d76551e3044ecc2"` [INFO] [stdout] a71af58a27186353eabb0b499caec5ba70d949e46158ad336d76551e3044ecc2