[INFO] updating cached repository https://github.com/wathiede/pbrt [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] 0080a269890268e73bd24fdfbc851f1d77785a21 [INFO] checking wathiede/pbrt against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wathiede/pbrt on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wathiede/pbrt [INFO] finished tweaking git repo https://github.com/wathiede/pbrt [INFO] tweaked toml for git repo https://github.com/wathiede/pbrt written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/wathiede/pbrt already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 676fb89427c879783ef6b5242ce2c5152843ff87703d61e240008bea08c477dd [INFO] running `"docker" "start" "-a" "676fb89427c879783ef6b5242ce2c5152843ff87703d61e240008bea08c477dd"` [INFO] [stderr] Checking pretty_assertions v0.5.1 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking simplelog v0.4.4 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking pbrt v0.1.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `has_nans` [INFO] [stderr] --> src/core/spectrum.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn has_nans(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `has_nans` [INFO] [stderr] --> src/core/spectrum.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn has_nans(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | pub num_threads: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | pub quick_render: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | pub quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | pub image_file: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | pub scene_files: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | pub num_threads: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | pub quick_render: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | pub quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | pub image_file: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/pbrt.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | pub scene_files: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: could not compile `pbrt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `pbrt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "676fb89427c879783ef6b5242ce2c5152843ff87703d61e240008bea08c477dd"` [INFO] running `"docker" "rm" "-f" "676fb89427c879783ef6b5242ce2c5152843ff87703d61e240008bea08c477dd"` [INFO] [stdout] 676fb89427c879783ef6b5242ce2c5152843ff87703d61e240008bea08c477dd