[INFO] cloning repository https://github.com/ctaque/cyprientaque.com-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ctaque/cyprientaque.com-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctaque%2Fcyprientaque.com-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctaque%2Fcyprientaque.com-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b0c68244a077405e8d4c63a0711be6eabafbf134
[INFO] checking ctaque/cyprientaque.com-backend against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctaque%2Fcyprientaque.com-backend" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ctaque/cyprientaque.com-backend
[INFO] finished tweaking git repo https://github.com/ctaque/cyprientaque.com-backend
[INFO] tweaked toml for git repo https://github.com/ctaque/cyprientaque.com-backend written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ctaque/cyprientaque.com-backend on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ctaque/cyprientaque.com-backend 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6
[INFO] running `Command { std: "docker" "start" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6", 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" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6", 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" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]    Compiling openssl-src v300.1.6+3.1.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]     Checking brotli v3.4.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking crypto-mac v0.9.1
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling hmac v0.9.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]     Checking shlex v0.1.1
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking postgres-protocol v0.5.3
[INFO] [stderr]     Checking phf_shared v0.8.0
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling rusoto_core v0.44.0
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]     Checking bytes v0.6.0
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling v_escape v0.14.1
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]     Checking buf-min v0.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling v_htmlescape v0.11.0
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking ucd-trie v0.1.6
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]     Checking unchecked-index v0.2.2
[INFO] [stderr]     Checking xml-rs v0.8.19
[INFO] [stderr]     Checking clap v2.33.4
[INFO] [stderr]     Checking twoway v0.2.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rust-embed-utils v5.1.0
[INFO] [stderr]    Compiling rustls v0.18.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking console v0.11.3
[INFO] [stderr]     Checking pem v0.8.3
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking typed-arena v1.7.0
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking unidecode v0.3.0
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking entities v1.0.1
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking unicode-truncate v0.1.1
[INFO] [stderr]     Checking tokio v1.33.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking slugify v0.1.0
[INFO] [stderr]    Compiling pest v2.7.5
[INFO] [stderr]     Checking dialoguer v0.6.2
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-macros v0.1.3
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling enum-as-inner v0.3.4
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name rustls --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic"))' -C metadata=babc128a8a83ef1b -C extra-filename=-93ae51506c524cf2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2bea7047f5d8085e.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-9a5a666d1b539adf.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-6c77c0fa3ca3bfd6.rmeta --extern sct=/opt/rustwide/target/debug/deps/libsct-907b73f763146f9d.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-05020b389e88e521.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-96f65512eb6adb13/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.190/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=72ee88dedc2d2039 -C extra-filename=-70d675c58dead64d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4809e20494045cd.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-93f906c40d6ffa20.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-c06b00a7efe107e9.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6", kill_on_drop: false }`
[INFO] [stdout] b20d4b76f1dcb9e9201b0ee7feab0206f83745c2b6e1d585f4f2dfaf846f5dd6
