[INFO] cloning repository https://github.com/DorianCoding/OCSP_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DorianCoding/OCSP_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDorianCoding%2FOCSP_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDorianCoding%2FOCSP_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e99d3c327c04a94e008ff82bfee5e0f90fbcfa3
[INFO] checking DorianCoding/OCSP_server against master#540f43a224317d894a9a0710a8d67704f179a33c for pr-155193
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDorianCoding%2FOCSP_server" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DorianCoding/OCSP_server
[INFO] finished tweaking git repo https://github.com/DorianCoding/OCSP_server
[INFO] tweaked toml for git repo https://github.com/DorianCoding/OCSP_server written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DorianCoding/OCSP_server on toolchain 540f43a224317d894a9a0710a8d67704f179a33c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+540f43a224317d894a9a0710a8d67704f179a33c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DorianCoding/OCSP_server 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" "+540f43a224317d894a9a0710a8d67704f179a33c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/DorianCoding/ocsp-rs.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded x509-parser v0.17.0
[INFO] [stderr]   Downloaded rsqlite-vfs v0.1.0
[INFO] [stderr]   Downloaded config-file v0.2.3
[INFO] [stderr]   Downloaded diesel_derives v2.3.7
[INFO] [stderr]   Downloaded diesel v2.3.6
[INFO] [stderr]   Downloaded mysqlclient-sys v0.5.0
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+540f43a224317d894a9a0710a8d67704f179a33c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 749f197d9b8bbe6a0fc39f13fc365a26543c1552e5ef753cbf4278621e7b496e
[INFO] running `Command { std: "docker" "start" "-a" "749f197d9b8bbe6a0fc39f13fc365a26543c1552e5ef753cbf4278621e7b496e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "749f197d9b8bbe6a0fc39f13fc365a26543c1552e5ef753cbf4278621e7b496e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "749f197d9b8bbe6a0fc39f13fc365a26543c1552e5ef753cbf4278621e7b496e", kill_on_drop: false }`
[INFO] [stdout] 749f197d9b8bbe6a0fc39f13fc365a26543c1552e5ef753cbf4278621e7b496e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+540f43a224317d894a9a0710a8d67704f179a33c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6575cf5399c974181771683e787806a94a8fc30552061074506cbefa4dc101eb
[INFO] running `Command { std: "docker" "start" "-a" "6575cf5399c974181771683e787806a94a8fc30552061074506cbefa4dc101eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling mysqlclient-sys v0.5.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling openssl-src v300.5.5+3.5.5
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling pq-sys v0.7.5
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling diesel_derives v2.3.7
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]    Compiling openssl-sys v0.9.114
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking clap_builder v4.5.57
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking asn1_der v0.7.6
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling mockall_derive v0.12.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking clap v4.5.57
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]     Checking mockall v0.12.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking config-file v0.2.3
[INFO] [stderr]     Checking ocsp v0.4.0 (https://github.com/DorianCoding/ocsp-rs.git?tag=1.0.0#04c47f3d)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking figment v0.10.19
[INFO] [stderr]     Checking diesel v2.3.6
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/540f43a224317d894a9a0710a8d67704f179a33c/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.6/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 --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="mysql"' --cfg 'feature="mysql_backend"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="sqlite"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=d51d55bc80410efa -C extra-filename=-f636a6bd070f039b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-335a609a79848828.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6148bee5b31f2be7.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-60154ad693f382c2.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-064ff4254f1494ef.so --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-288ef4ccea803b9d.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-234512e78e613387.rmeta --extern libsqlite3_sys=/opt/rustwide/target/debug/deps/liblibsqlite3_sys-ff1282a72ec257a8.rmeta --extern mysqlclient_sys=/opt/rustwide/target/debug/deps/libmysqlclient_sys-af3a185f23ebabde.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-e5e2b4eaa5d18a05.rmeta --extern pq_sys=/opt/rustwide/target/debug/deps/libpq_sys-ce76af7839fbf3bb.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-da542062688f71ad.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-4774ba1639be6ebe.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu/ -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6575cf5399c974181771683e787806a94a8fc30552061074506cbefa4dc101eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6575cf5399c974181771683e787806a94a8fc30552061074506cbefa4dc101eb", kill_on_drop: false }`
[INFO] [stdout] 6575cf5399c974181771683e787806a94a8fc30552061074506cbefa4dc101eb
