[INFO] updating cached repository https://github.com/ReinierMaas/PathTracer [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] 671e23f3a95108fa9d8417aa5fd7fa1080892463 [INFO] testing ReinierMaas/PathTracer against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReinierMaas%2FPathTracer" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ReinierMaas/PathTracer on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ReinierMaas/PathTracer [INFO] finished tweaking git repo https://github.com/ReinierMaas/PathTracer [INFO] tweaked toml for git repo https://github.com/ReinierMaas/PathTracer written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/ReinierMaas/PathTracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "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] b75068c65d4f31165ea154c835558ee3d8d084cc9654d632b141b0d69f4c7c62 [INFO] running `"docker" "start" "-a" "b75068c65d4f31165ea154c835558ee3d8d084cc9654d632b141b0d69f4c7c62"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Compiling lazy_static v0.2.2 [INFO] [stderr] Compiling spmc v0.2.1 [INFO] [stderr] Compiling tobj v0.1.2 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling memmap v0.5.0 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling cgmath v0.12.0 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling sdl2 v0.27.3 [INFO] [stderr] Compiling pathtracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(thread_local)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scene.rs:27:22 [INFO] [stderr] | [INFO] [stderr] 27 | let skybox = try!(Scene::::read_skybox()); [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/scene.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | let scene = try!(Scene::new(triangles)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scene.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | let scene = try!(Scene::new(spheres)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scene.rs:172:20 [INFO] [stderr] | [INFO] [stderr] 172 | let file = try!(Mmap::open_path("./assets/sky_15.raw", Protection::Read)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `f32` is imported redundantly [INFO] [stderr] --> src/primitive/sphere.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 4 | use std::f32; [INFO] [stderr] | -------- the item `f32` is already imported here [INFO] [stderr] ... [INFO] [stderr] 99 | use std::f32; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/camera.rs:302:116 [INFO] [stderr] | [INFO] [stderr] 302 | accumalated_color += transport.mul_element_wise(0.1 * self.scene.sample_skybox(ray.direction));; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `pathtracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b75068c65d4f31165ea154c835558ee3d8d084cc9654d632b141b0d69f4c7c62"` [INFO] running `"docker" "rm" "-f" "b75068c65d4f31165ea154c835558ee3d8d084cc9654d632b141b0d69f4c7c62"` [INFO] [stdout] b75068c65d4f31165ea154c835558ee3d8d084cc9654d632b141b0d69f4c7c62