[INFO] cloning repository https://github.com/RoseNeezar/rust-todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RoseNeezar/rust-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoseNeezar%2Frust-todo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoseNeezar%2Frust-todo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b128f8693526c5f9925557d236ec4874f2189f1 [INFO] testing RoseNeezar/rust-todo against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoseNeezar%2Frust-todo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/RoseNeezar/rust-todo [INFO] finished tweaking git repo https://github.com/RoseNeezar/rust-todo [INFO] tweaked toml for git repo https://github.com/RoseNeezar/rust-todo written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/RoseNeezar/rust-todo on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/RoseNeezar/rust-todo 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fdc1038e1bc7386aad78a82368082988b44dacf959201b8e2111485091fd485 [INFO] running `Command { std: "docker" "start" "-a" "7fdc1038e1bc7386aad78a82368082988b44dacf959201b8e2111485091fd485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fdc1038e1bc7386aad78a82368082988b44dacf959201b8e2111485091fd485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fdc1038e1bc7386aad78a82368082988b44dacf959201b8e2111485091fd485", kill_on_drop: false }` [INFO] [stdout] 7fdc1038e1bc7386aad78a82368082988b44dacf959201b8e2111485091fd485 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c91c3ee7f61de9023bd81aa0650b28be870cf682ddae9af1e4694bdaa507ae1 [INFO] running `Command { std: "docker" "start" "-a" "0c91c3ee7f61de9023bd81aa0650b28be870cf682ddae9af1e4694bdaa507ae1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling rustversion v1.0.15 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling serde_derive v1.0.198 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rustls v0.21.11 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling opentelemetry v0.21.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling ordered-float v4.2.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling opentelemetry_sdk v0.21.2 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling prost-derive v0.12.4 [INFO] [stderr] Compiling crossterm v0.26.1 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Compiling comfy-table v6.2.0 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling strum v0.26.2 [INFO] [stderr] Compiling prost v0.12.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling tracing-opentelemetry v0.22.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling opentelemetry-http v0.10.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling shuttle-common v0.43.0 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling hyper v1.3.1 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling fastrand v2.0.2 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling document-features v0.2.8 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling specta-macros v1.0.5 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling prost-types v0.12.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling strfmt v0.2.4 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Compiling shuttle-service v0.43.0 [INFO] [stderr] Compiling specta v1.0.5 [INFO] [stderr] Compiling askama_shared v0.12.2 [INFO] [stderr] Compiling tonic v0.10.2 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling shuttle-codegen v0.43.0 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] error: could not compile `sqlx-postgres` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name sqlx_postgres --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/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="chrono"' --cfg 'feature="migrate"' --cfg 'feature="offline"' --cfg 'feature="rust_decimal"' --cfg 'feature="time"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any", "bigdecimal", "bit-vec", "chrono", "ipnetwork", "json", "mac_address", "migrate", "offline", "rust_decimal", "time", "uuid"))' -C metadata=d89512b70a07e0c2 -C extra-filename=-8e0dfe7b99e0bc94 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/debug/deps/libatoi-5e93a54671ced0c7.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-941fc5ec7fca4977.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-0a38fd9ff96bdbe6.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-05b89fbe8118681e.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-dad355042bb8f721.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-d5b1030b8d3ebd0f.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-2da63d8c7891ede1.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-64a3a644ba29741c.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-7a73dc636cb7cb41.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-f3c280024dc5a77a.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-caf6ff5a60663ce3.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-34c282980fe9bb92.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-4c6598116a867907.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-baa8b51bb8e4ccb1.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-e5395f758c1b1029.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-659d2f3239d1b4b2.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-a1d538c145b31506.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-bcf02ee07ab3eaa7.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-13825f2614f9e5c1.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ff9e7f7a4e559e7f.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d1bcd3359cb1ef3c.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ad26e46c9877b0dc.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-8b1443b15f35bd54.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-3806327086411faf.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6bf55179dcd03cc6.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-a1cc7c711a43f5c8.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-057357c5838c8f8d.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f647e317fe7e2fb3.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-3ac9dbc36fe53bc9.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-16ad0cea32de3af3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0c91c3ee7f61de9023bd81aa0650b28be870cf682ddae9af1e4694bdaa507ae1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c91c3ee7f61de9023bd81aa0650b28be870cf682ddae9af1e4694bdaa507ae1", kill_on_drop: false }` [INFO] [stdout] 0c91c3ee7f61de9023bd81aa0650b28be870cf682ddae9af1e4694bdaa507ae1