[INFO] cloning repository https://github.com/embedded-rust-iml/three-d-asset-camera-control-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/embedded-rust-iml/three-d-asset-camera-control-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fembedded-rust-iml%2Fthree-d-asset-camera-control-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fembedded-rust-iml%2Fthree-d-asset-camera-control-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 231d911793da64e6863bb01c316f91008f83ad06
[INFO] checking embedded-rust-iml/three-d-asset-camera-control-example against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fembedded-rust-iml%2Fthree-d-asset-camera-control-example" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/embedded-rust-iml/three-d-asset-camera-control-example
[INFO] finished tweaking git repo https://github.com/embedded-rust-iml/three-d-asset-camera-control-example
[INFO] tweaked toml for git repo https://github.com/embedded-rust-iml/three-d-asset-camera-control-example written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/embedded-rust-iml/three-d-asset-camera-control-example on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/embedded-rust-iml/three-d-asset-camera-control-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63
[INFO] running `Command { std: "docker" "start" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking crc32fast v1.4.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.5.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=f6107323ff004feb -C extra-filename=-035ea8abe9b00591 --out-dir /opt/rustwide/target/debug/build/regex-syntax/035ea8abe9b00591/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.53/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e9b6a77dc048147a -C extra-filename=-2d5dcbebd7eae631 --out-dir /opt/rustwide/target/debug/build/syn/2d5dcbebd7eae631/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/88a0d38fa4576876/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/88a0d38fa4576876/out/libproc_macro2-88a0d38fa4576876.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/80c3e9964e30f5d6/out/libquote-80c3e9964e30f5d6.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63", kill_on_drop: false }`
[INFO] [stdout] 28277bb76ef6f0d5df908439055e3ccb6b556081648d4aaeb999d85accd3ca63
