[INFO] cloning repository https://github.com/RuurdBijlsma/face_id-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RuurdBijlsma/face_id-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRuurdBijlsma%2Fface_id-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRuurdBijlsma%2Fface_id-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8a0ab5ef1ec9c10427fe0b898fff5cf9c6f0424
[INFO] checking RuurdBijlsma/face_id-rs against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRuurdBijlsma%2Fface_id-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RuurdBijlsma/face_id-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/RuurdBijlsma/face_id-rs
[INFO] tweaked toml for git repo https://github.com/RuurdBijlsma/face_id-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RuurdBijlsma/face_id-rs on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RuurdBijlsma/face_id-rs 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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad
[INFO] running `Command { std: "docker" "start" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad", 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" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad", 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" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.3
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking typewit v1.15.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking const_panic v0.2.15
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking link-section v0.19.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling linktime-proc-macro v0.2.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling konst_proc_macros v0.4.1
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking ctor v1.0.11
[INFO] [stderr]     Checking konst v0.4.3
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking git-version v0.3.9
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking whoami v2.1.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking bstr v1.13.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking more-asserts v0.3.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking const-str v1.1.0
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking twox-hash v2.1.3
[INFO] [stderr]     Checking oneshot v0.1.13
[INFO] [stderr]    Compiling redb v3.1.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr]    Compiling ureq-proto v0.5.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling webpki-root-certs v1.0.6
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking countio v0.3.0
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]     Checking safe-transmute v0.11.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking heapify v0.2.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stderr]     Checking safe_arch v1.1.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling lzma-rust2 v0.15.7
[INFO] [stderr]    Compiling hmac-sha256 v1.1.14
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]     Checking gearhash v0.1.3
[INFO] [stderr]     Checking wide v1.5.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b86334de6fa88301 -C extra-filename=-c1e71cc560849e20 --out-dir /opt/rustwide/target/debug/build/tokio/c1e71cc560849e20/out -L dependency=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out -L dependency=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out -L dependency=/opt/rustwide/target/debug/build/mio/acbf03d6753a552b/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/socket2/34afe419f23f46ab/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/1e9f204793021f33/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out/liblibc-5b122225efee376b.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/acbf03d6753a552b/out/libmio-acbf03d6753a552b.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/34afe419f23f46ab/out/libsocket2-34afe419f23f46ab.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/1e9f204793021f33/out/libtokio_macros-1e9f204793021f33.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad", kill_on_drop: false }`
[INFO] [stdout] 09a25a2ee5dc43f351ab81529f0b74a8791f45adf2e73eba66e0261dda64f2ad
