[INFO] cloning repository https://github.com/stlalpha/charon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stlalpha/charon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstlalpha%2Fcharon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstlalpha%2Fcharon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e176791ab204aaafc989de3d537206fdaf9e3ca1 [INFO] testing stlalpha/charon against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstlalpha%2Fcharon" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/stlalpha/charon [INFO] finished tweaking git repo https://github.com/stlalpha/charon [INFO] tweaked toml for git repo https://github.com/stlalpha/charon written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stlalpha/charon on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/stlalpha/charon 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2c22be9f3dfd1a849daf9d3c8fd84d46f09e5422c2cbd94116158c4dea163a0 [INFO] running `Command { std: "docker" "start" "-a" "e2c22be9f3dfd1a849daf9d3c8fd84d46f09e5422c2cbd94116158c4dea163a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2c22be9f3dfd1a849daf9d3c8fd84d46f09e5422c2cbd94116158c4dea163a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2c22be9f3dfd1a849daf9d3c8fd84d46f09e5422c2cbd94116158c4dea163a0", kill_on_drop: false }` [INFO] [stdout] e2c22be9f3dfd1a849daf9d3c8fd84d46f09e5422c2cbd94116158c4dea163a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 435dcbf125e4649e3b73eb87c293510fa540e9f2c05e943e9d02ddc7554a668c [INFO] running `Command { std: "docker" "start" "-a" "435dcbf125e4649e3b73eb87c293510fa540e9f2c05e943e9d02ddc7554a668c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling find-msvc-tools v0.1.7 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling rustls-pki-types v1.13.3 [INFO] [stderr] Compiling cc v1.2.52 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling qrcode v0.14.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling charon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.14s [INFO] running `Command { std: "docker" "inspect" "435dcbf125e4649e3b73eb87c293510fa540e9f2c05e943e9d02ddc7554a668c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "435dcbf125e4649e3b73eb87c293510fa540e9f2c05e943e9d02ddc7554a668c", kill_on_drop: false }` [INFO] [stdout] 435dcbf125e4649e3b73eb87c293510fa540e9f2c05e943e9d02ddc7554a668c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c8ddcf31fb1c34e1bb882960b643655dd2a6e73213da1956d619aa8073a14d1 [INFO] running `Command { std: "docker" "start" "-a" "9c8ddcf31fb1c34e1bb882960b643655dd2a6e73213da1956d619aa8073a14d1", kill_on_drop: false }` [INFO] [stderr] Compiling charon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcALwxjK/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcharon-7030dec6640a33aa,libreqwest-399437b2e31f783c,librustls_pki_types-056a319aa1f81f9e,libzeroize-36c98e1e0ab441af,libhyper_tls-daacd1fcafbabf4a,libtokio_native_tls-33e5baab1f32e255,libtower_http-55dd2f9dcce83e88,libiri_string-d8b08e8827a09725,libtower-2055fda90bc91365,libtower_layer-d70c7e404336389b,libnative_tls-c9fc5d085566c469,libopenssl_probe-cbab9b905ab83f66,libopenssl-b63e57a113d6a95a,libbitflags-443c99b827427271,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-d0247397a8cc40f7,libhyper_util-b73a567f5d3331a6,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libhyper-c2b39da6459a4b10,libh2-98863abf32426aa9,libatomic_waker-001109810bdecbaa,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,libsync_wrapper-a3845461b7db14a0,libtoml-48b497aca64392cf,libtoml_edit-98e448c5bf69ff37,libserde_spanned-ecfb1cfc1dcf2753,libwinnow-d62cc636b4194caf,libtoml_write-391d1a913c599bd8,libtoml_datetime-3e756d0d4d7df605,libdirectories-6c15dd1b92ac7f10,libdirs_sys-576815c944403683,liboption_ext-23838f1959a6156b,libthiserror-d3edff3eef36c78c,libwarp-8ab3b111a3fa2181,libmime_guess-0274a1a829a6a5ea,libunicase-003160ffa59356bd,libserde_urlencoded-8b934ac6cbe0fd0c,libryu-14257e7dfe68df82,libscoped_tls-c61d1d5075225c6a,libtokio_tungstenite-62b59d51a5c6371c,libtungstenite-443ffba2bf96effb,libdata_encoding-9925c048f12d655c,librand-ddbcee3bbb007253,librand_chacha-0a8fdbc0391b5760,libppv_lite86-0e4a59af51b9c534,libzerocopy-9ce4d6a01baf3e99,librand_core-303c54b15ddc8c08,libgetrandom-8ad29cc595161dda,libutf8-d75228722519eff6,libbyteorder-1efcbe4f07366651,libthiserror-dc7bea5352ec390f,liburl-77354d5cea4d0a8b,libidna-fbad388b26407e72,libutf8_iter-0d9be7b316c2b184,libidna_adapter-245b1c21eb3d2d76,libicu_properties-1b6a50952af883ab,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-29237e67d4723216,libicu_normalizer_data-088c419f54c50650,libicu_collections-4581f7aa2e7cffdc,libpotential_utf-8a3c16168b7ab535,libicu_provider-a57020c386dc0922,libicu_locale_core-34d181bee808c99f,libtinystr-3cf853df2d98d42e,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-67b0ee632cf1e69d,libzerotrie-850b0bb75f3a9252,libyoke-75b3db6e8c59c086,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-48ab4544af0a475c,libform_urlencoded-b57e943dc1db8475,libhttp-b9bda94d23e26c86,libserde_json-a6259a192e9b8ba8,libzmij-28e533f12dcdc693,libmulter-88da85d531f0ea49,libmemchr-f9c66c7ba21bf873,libspin-bbfc7d9afebf93b8,libencoding_rs-f47fb1c01542042e,libpercent_encoding-c53c37e60dd2727e,libserde-090df1c731b721c9,libserde_core-8323e53422f20d71,libheaders-10a5c427c108983a,libsha1-9371283f71a32f1d,libcpufeatures-471354fefbcaf2d8,libdigest-d50335253084d399,libblock_buffer-89561fdedc720992,libcrypto_common-761e7d9b21004ed9,libgeneric_array-c18ca592204e9758,libtypenum-0e02f3386ab040bb,libmime-4b44681fdb2c65f7,libheaders_core-bf0e164ca878823f,libbase64-64299f9d815d057c,libhyper-afafc851f4f20e15,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libsocket2-b2b1940cffabcd17,libhttparse-4b1ed73b760072b9,libh2-ddb51e9388812ca9,libindexmap-fb3ae6ea90f53af1,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libtokio_util-8fb9a8748dbfea36,libtower_service-0d7df29686b13872,libtracing-6be8e9410c7be930,liblog-cfb0a897de58af94,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libfutures_channel-c679acf38b3b9ea3,libhttp_body-73feb4c1cb2e87df,libhttpdate-9f9d2502c6a38412,libhttp-c2f5bbab0411295c,libitoa-ae20521aea192d35,libfnv-2d77ec4f6f971b24,libpin_project-3c77f3812d0fcb29,libfutures_util-38ceaba7ba03c476,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libtokio-2d16befea78a4b80,libsignal_hook_registry-f28089634c785938,liberrno-022dd9b102cb7f23,libsocket2-2f89fc9282b9f618,libbytes-752d6eacdc0bb513,libmio-d227034275a3083c,libparking_lot-5993fc47eb56eda4,libparking_lot_core-aa4614abb76e0baf,liblibc-0ae50395762272e0,libcfg_if-5af52f617df93f8f,libsmallvec-5854932b8c8b4991,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcALwxjK/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/validation_tests-2355f063050e666c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `charon` (test "validation_tests") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9c8ddcf31fb1c34e1bb882960b643655dd2a6e73213da1956d619aa8073a14d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c8ddcf31fb1c34e1bb882960b643655dd2a6e73213da1956d619aa8073a14d1", kill_on_drop: false }` [INFO] [stdout] 9c8ddcf31fb1c34e1bb882960b643655dd2a6e73213da1956d619aa8073a14d1