[INFO] cloning repository https://github.com/andregs/rust-axum-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andregs/rust-axum-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandregs%2Frust-axum-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandregs%2Frust-axum-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c993c79cb94c5ef9db0c33e04be5ecf425f08dbe [INFO] testing andregs/rust-axum-demo against master#61469b682c2b0bf9cebc4622f1859e2bb3b7ebca for pr-91743 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandregs%2Frust-axum-demo" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andregs/rust-axum-demo on toolchain 61469b682c2b0bf9cebc4622f1859e2bb3b7ebca [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andregs/rust-axum-demo [INFO] finished tweaking git repo https://github.com/andregs/rust-axum-demo [INFO] tweaked toml for git repo https://github.com/andregs/rust-axum-demo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/andregs/rust-axum-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uuid v1.0.0 [INFO] [stderr] Downloaded combine v4.6.4 [INFO] [stderr] Downloaded axum v0.5.1 [INFO] [stderr] Downloaded axum-core v0.2.1 [INFO] [stderr] Downloaded uuid-macro-internal v1.0.0 [INFO] [stderr] Downloaded inlinable_string v0.1.15 [INFO] [stderr] Downloaded matchit v0.5.0 [INFO] [stderr] Downloaded tower-http v0.3.2 [INFO] [stderr] Downloaded lazy-regex v2.3.0 [INFO] [stderr] Downloaded hkdf v0.12.3 [INFO] [stderr] Downloaded validator_types v0.14.0 [INFO] [stderr] Downloaded if_chain v1.0.2 [INFO] [stderr] Downloaded validator_derive v0.14.0 [INFO] [stderr] Downloaded validator v0.14.0 [INFO] [stderr] Downloaded lazy-regex-proc_macros v2.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f18744c03ccc4e4a5f3eca3a95ec8f81d78a9787bd4df87fab42131e91ed7fb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0f18744c03ccc4e4a5f3eca3a95ec8f81d78a9787bd4df87fab42131e91ed7fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f18744c03ccc4e4a5f3eca3a95ec8f81d78a9787bd4df87fab42131e91ed7fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f18744c03ccc4e4a5f3eca3a95ec8f81d78a9787bd4df87fab42131e91ed7fb", kill_on_drop: false }` [INFO] [stdout] 0f18744c03ccc4e4a5f3eca3a95ec8f81d78a9787bd4df87fab42131e91ed7fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5faeda76bd4d5dedcfabf352763b8dfb5ebefc5902199613630ce350958fd4dc [INFO] running `Command { std: "docker" "start" "-a" "5faeda76bd4d5dedcfabf352763b8dfb5ebefc5902199613630ce350958fd4dc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling httparse v1.7.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling matchit v0.5.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling sync_wrapper v0.1.1 [INFO] [stderr] Compiling migrate-db v0.1.0 (/opt/rustwide/workdir/migrate-db) [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crc v2.1.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling object v0.28.3 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling validator_types v0.14.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling validator_derive v0.14.0 [INFO] [stderr] Compiling uuid-macro-internal v1.0.0 [INFO] [stderr] Compiling lazy-regex-proc_macros v2.3.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling uuid v1.0.0 [INFO] [stderr] Compiling axum-core v0.2.1 [INFO] [stderr] Compiling lazy-regex v2.3.0 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tower-http v0.3.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling sqlx-rt v0.5.13 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stderr] Compiling combine v4.6.4 [INFO] [stderr] Compiling tower-http v0.2.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling validator v0.14.0 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling sqlx-core v0.5.13 [INFO] [stderr] Compiling redis v0.21.5 [INFO] [stderr] Compiling axum v0.5.1 [INFO] [stderr] Compiling sqlx-macros v0.5.13 [INFO] [stderr] Compiling sqlx v0.5.13 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling axum_demo v0.1.0 (/opt/rustwide/workdir/web) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 40s [INFO] running `Command { std: "docker" "inspect" "5faeda76bd4d5dedcfabf352763b8dfb5ebefc5902199613630ce350958fd4dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5faeda76bd4d5dedcfabf352763b8dfb5ebefc5902199613630ce350958fd4dc", kill_on_drop: false }` [INFO] [stdout] 5faeda76bd4d5dedcfabf352763b8dfb5ebefc5902199613630ce350958fd4dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 573652e4f7ba49a36449ce34d78c2039545a88b69275eceea4d93e7e1bc483da [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "573652e4f7ba49a36449ce34d78c2039545a88b69275eceea4d93e7e1bc483da", kill_on_drop: false }` [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling fragile v1.2.0 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling mockall_derive v0.11.0 [INFO] [stderr] Compiling migrate-db v0.1.0 (/opt/rustwide/workdir/migrate-db) [INFO] [stderr] Compiling axum_demo v0.1.0 (/opt/rustwide/workdir/web) [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling mockall v0.11.0 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc5NbbI5/symbols.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.http_tests.39c75166-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff.qfjvuuag5dgoe9v.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-cfe4dad9e4e90f9f/out" "-L" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f14110fc9206b650.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-91cf1c62e673fda2.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-7835218cdcbf32a4.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-88c25f15e99c948d.rlib" "/opt/rustwide/target/debug/deps/libutils-349b6af92d044510.rlib" "/opt/rustwide/target/debug/deps/libhostname-d9978d1f195d097e.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libvalidator-df86d6cd3882e038.rlib" "/opt/rustwide/target/debug/deps/libvalidator_types-7e07bbcfa8944f58.rlib" "/opt/rustwide/target/debug/deps/libsyn-5e2e955449aeab40.rlib" "/opt/rustwide/target/debug/deps/libquote-bb844d3e886fd4d5.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-e275ba87e1f090f8.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-3c8a88541efd8c80.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-d4ad3d96db4efeae.rlib" "/opt/rustwide/target/debug/deps/liblazy_regex-16ad79361444a667.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-13befbb65d5e4871.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-50f76f6e115e39aa.rlib" "/opt/rustwide/target/debug/deps/libmatchers-efd2945744a2af1d.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-68870cde42a61b21.rlib" "/opt/rustwide/target/debug/deps/libregex-942ab9a565d77f15.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9068e0b6451c8c0a.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/libansi_term-48f0fd0ac85ec814.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a8f3db7af6a8e8d7.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-58e1c2ffd5f99fe9.rlib" "/opt/rustwide/target/debug/deps/libfigment-69eef36361938727.rlib" "/opt/rustwide/target/debug/deps/libtoml-ab7fb0ac85a3f35a.rlib" "/opt/rustwide/target/debug/deps/libuncased-f291328bc53330dc.rlib" "/opt/rustwide/target/debug/deps/libpear-7814daec91eaedc7.rlib" "/opt/rustwide/target/debug/deps/libyansi-76778e7c655b55fe.rlib" "/opt/rustwide/target/debug/deps/libinlinable_string-45cc40247f8a90d5.rlib" "/opt/rustwide/target/debug/deps/libuuid-a8cfab608553c42a.rlib" "/opt/rustwide/target/debug/deps/libtower_http-7ef5accaa88545b3.rlib" "/opt/rustwide/target/debug/deps/libsqlx-362d6997bd420040.rlib" "/opt/rustwide/target/debug/deps/libsqlx_core-03e24115cba99726.rlib" "/opt/rustwide/target/debug/deps/libcrc-02c164b9e0f2c771.rlib" "/opt/rustwide/target/debug/deps/libcrc_catalog-f84e11f49e8a6a95.rlib" "/opt/rustwide/target/debug/deps/libhex-df8306afd9dee15d.rlib" "/opt/rustwide/target/debug/deps/libwhoami-b6a34f491d18e6cf.rlib" "/opt/rustwide/target/debug/deps/libdirs-f199733d526483c4.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-8fab5e1534873bba.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-64ccc4571c52a654.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-10c930f3c244b8c3.rlib" "/opt/rustwide/target/debug/deps/libsqlformat-6b0af2a10446bede.rlib" "/opt/rustwide/target/debug/deps/libunicode_categories-b93fcdce8a408a43.rlib" "/opt/rustwide/target/debug/deps/libnom-8c346ad90fb3df56.rlib" "/opt/rustwide/target/debug/deps/libitertools-38e7b004a95ed2b7.rlib" "/opt/rustwide/target/debug/deps/libthiserror-e220c047e75d61ac.rlib" "/opt/rustwide/target/debug/deps/libmd5-cd9f94e37228fc10.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2c96c39a664329c4.rlib" "/opt/rustwide/target/debug/deps/libatoi-d1256db2745ca9d4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-06b3dac5af0a5fe9.rlib" "/opt/rustwide/target/debug/deps/libstringprep-245c4ecfb60fd8e6.rlib" "/opt/rustwide/target/debug/deps/librand-55f0007087e3d56e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a3c71b1e0b04a340.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5e6fdfabf1edbf66.rlib" "/opt/rustwide/target/debug/deps/librand_core-e96f64daa9d30fa0.rlib" "/opt/rustwide/target/debug/deps/libhkdf-683b4ed99bda6650.rlib" "/opt/rustwide/target/debug/deps/libhmac-4709eb0321558112.rlib" "/opt/rustwide/target/debug/deps/libsha2-86621a8d0ae1cfe6.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-a89a9bdc17782d08.rlib" "/opt/rustwide/target/debug/deps/libdigest-92c084e45f4d5895.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-d7d5f41b71548fac.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-2ff8e4175d5b7ef1.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-39ab557ac561349d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-ae91be759e5f8db3.rlib" "/opt/rustwide/target/debug/deps/libhashlink-02fcfe97b29b32e4.rlib" "/opt/rustwide/target/debug/deps/libsqlx_rt-3213f077a6bed191.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-2a5c51211de3bef7.rlib" "/opt/rustwide/target/debug/deps/librustls-7364125f205750f2.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/libsct-fb89bba9d4b9f6d6.rlib" "/opt/rustwide/target/debug/deps/libwebpki-922680082480012d.rlib" "/opt/rustwide/target/debug/deps/libring-c20a68d6ea3369a5.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-b3ddb6b468f10a35.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2bd2e15bcad54a63.rlib" "/opt/rustwide/target/debug/deps/libfutures_intrusive-7c7752f473baa141.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-775911396315965e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-27f461eefd45a505.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/libeither-f60ddfe1cfec9e26.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-caf303f350ccf135.rlib" "/opt/rustwide/target/debug/deps/libredis-2af57faf6cba5111.rlib" "/opt/rustwide/target/debug/deps/libdtoa-7012297f6199db48.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libsha1-e8c468084871fae2.rlib" "/opt/rustwide/target/debug/deps/libsha1_smol-2efebee28cd09b0e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-bb3ca8bcf003371c.rlib" "/opt/rustwide/target/debug/deps/libcombine-b1d1d1ddb59619a4.rlib" "/opt/rustwide/target/debug/deps/libaxum-4fec41e76fadc81b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-900910921c50216c.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1ed39512c4255b60.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libmatchit-239846456f0a27be.rlib" "/opt/rustwide/target/debug/deps/libtower_http-1542c9bba9c22a39.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/libtower-143ca6b5f8b9fe9a.rlib" "/opt/rustwide/target/debug/deps/libpin_project-1a475f95bffbf5b5.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-c8bdab1f798ba711.rlib" "/opt/rustwide/target/debug/deps/libhyper-1aed9e6896c4631d.rlib" "/opt/rustwide/target/debug/deps/libwant-48042a3cfa1a5a96.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libhttparse-64bb1a0668ca0c90.rlib" "/opt/rustwide/target/debug/deps/libh2-c06be1682a0bf326.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d4294c025b8ae5bf.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-cdaee2e824606bd2.rlib" "/opt/rustwide/target/debug/deps/libahash-b2b83a2d876707f9.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-207839dc1ef9cd10.rlib" "/opt/rustwide/target/debug/deps/libslab-bda603b4c4e76b4a.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e4f7910d33762d33.rlib" "/opt/rustwide/target/debug/deps/libtracing-56e388571d6e0728.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f4217ba2570bf51a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-82564b330993e6f3.rlib" "/opt/rustwide/target/debug/deps/libtokio-15f4746f10ebfd04.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-107dd77332bf2af5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c2d7faf138c5fda5.rlib" "/opt/rustwide/target/debug/deps/libsocket2-8a1943efdd14d068.rlib" "/opt/rustwide/target/debug/deps/libmemchr-97d2a9096a87321e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-8701aae6e7d8d54f.rlib" "/opt/rustwide/target/debug/deps/libmio-a5ede5e3c3de0a2e.rlib" "/opt/rustwide/target/debug/deps/liblog-de6ab1fd6080fec5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d2831d7fda99eba0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5186a2edbeb12a0c.rlib" "/opt/rustwide/target/debug/deps/liblibc-a45264c8eaeaa33b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-283f2487fcc9f0f1.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5df3ec707f3ec46c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-bf6df8bd166604f2.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-26e5b1fc8f5fcd4e.rlib" "/opt/rustwide/target/debug/deps/libserde-c1db61cd02c42f82.rlib" "/opt/rustwide/target/debug/deps/libtower_service-a0bac867cff4e01f.rlib" "/opt/rustwide/target/debug/deps/libaxum_core-dcbff62b079b0e53.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-3c14190cde52c89b.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-7d213b16a2f2adf2.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-e34bef636586b91d.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-49530b2602be9735.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b3012d31e53829d4.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d4223cfaa04037d7.rlib" "/opt/rustwide/target/debug/deps/libhttp-4da2cfc5497c929c.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libanyhow-8f4270e05f9d628c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-202fc93d8ccaebf2.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1333333cbe389678.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-93491bde8b3642ba.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d338f5690e3fda2f.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-2cd7f06709609788.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-05bd833c6cc845b5.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5543e955d2b2e107.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a963b8f78c0365f5.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-626bd4749ba5679b.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1c5c08d77aa4ee1f.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-43c97e136c6f66b3.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ad551729ddf5bdf.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46de9b9399df1cae.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-aa03de290f9594ce.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-89782a6344bc3ddf.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-16d69221f10b0282.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/61469b682c2b0bf9cebc4622f1859e2bb3b7ebca/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/http_tests-adcd6c45bb3fdaff" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `axum_demo` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "573652e4f7ba49a36449ce34d78c2039545a88b69275eceea4d93e7e1bc483da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "573652e4f7ba49a36449ce34d78c2039545a88b69275eceea4d93e7e1bc483da", kill_on_drop: false }` [INFO] [stdout] 573652e4f7ba49a36449ce34d78c2039545a88b69275eceea4d93e7e1bc483da