[INFO] updating cached repository https://github.com/beltegeuse/pbrt_rs [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] e2469b7642a65734c9ac366bed7712302a644a4f [INFO] checking beltegeuse/pbrt_rs against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeltegeuse%2Fpbrt_rs" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/beltegeuse/pbrt_rs on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/beltegeuse/pbrt_rs [INFO] finished tweaking git repo https://github.com/beltegeuse/pbrt_rs [INFO] tweaked toml for git repo https://github.com/beltegeuse/pbrt_rs written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/beltegeuse/pbrt_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 1ddcaae5df5b349a867f27d595b00a9bd9f604d9456c8c67f27c2fa4880f46a4 [INFO] running `"docker" "start" "-a" "1ddcaae5df5b349a867f27d595b00a9bd9f604d9456c8c67f27c2fa4880f46a4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking pbr v1.0.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling ply-rs v0.1.2 [INFO] [stderr] Checking pbrt_rs v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `env_logger` [INFO] [stderr] --> tests/parsing.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use env_logger; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scene` [INFO] [stderr] --> tests/parsing.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | let scene = create_file_and_parse(r#" [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_scene` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scene_with_sharp` [INFO] [stderr] --> tests/parsing.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | let scene_with_sharp = create_file_and_parse(r#" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_scene_with_sharp` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `"docker" "inspect" "1ddcaae5df5b349a867f27d595b00a9bd9f604d9456c8c67f27c2fa4880f46a4"` [INFO] running `"docker" "rm" "-f" "1ddcaae5df5b349a867f27d595b00a9bd9f604d9456c8c67f27c2fa4880f46a4"` [INFO] [stdout] 1ddcaae5df5b349a867f27d595b00a9bd9f604d9456c8c67f27c2fa4880f46a4