[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] checking ReinierMaas/PathTracer against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReinierMaas%2FPathTracer" "/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/ReinierMaas/PathTracer on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-14/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-2019-10-27" "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=allow" "-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-2019-10-27" "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] 19d7f9197c12dd2fe27f85856b94b07a083d4d39f1eee2de693d31fe100b75f4 [INFO] running `"docker" "start" "-a" "19d7f9197c12dd2fe27f85856b94b07a083d4d39f1eee2de693d31fe100b75f4"` [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Checking tobj v0.1.2 [INFO] [stderr] Checking spmc v0.2.1 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking num_cpus v1.2.1 [INFO] [stderr] Checking memmap v0.5.0 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Checking cgmath v0.12.0 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking thread_local v0.3.2 [INFO] [stderr] Checking sdl2 v0.27.3 [INFO] [stderr] Checking 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] 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] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | assert!(!aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:116:5 [INFO] [stderr] | [INFO] [stderr] 116 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option>` [INFO] [stderr] --> src/primitive/triangle.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | assert!(triangle.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `pathtracer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0600. [INFO] [stderr] For more information about an 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" "19d7f9197c12dd2fe27f85856b94b07a083d4d39f1eee2de693d31fe100b75f4"` [INFO] running `"docker" "rm" "-f" "19d7f9197c12dd2fe27f85856b94b07a083d4d39f1eee2de693d31fe100b75f4"` [INFO] [stdout] 19d7f9197c12dd2fe27f85856b94b07a083d4d39f1eee2de693d31fe100b75f4