[INFO] cloning repository https://github.com/loonghao/shimexe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/loonghao/shimexe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floonghao%2Fshimexe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floonghao%2Fshimexe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2158bac859fd2bb39ebb40d89505b78437df7102
[INFO] testing loonghao/shimexe against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floonghao%2Fshimexe" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/loonghao/shimexe
[INFO] finished tweaking git repo https://github.com/loonghao/shimexe
[INFO] tweaked toml for git repo https://github.com/loonghao/shimexe written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/loonghao/shimexe on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/loonghao/shimexe 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066
[INFO] running `Command { std: "docker" "start" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", 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" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling hybrid-array v0.4.11
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling cmov v0.5.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.47
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling hickory-proto v0.25.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling moka v0.12.15
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling resolv-conf v0.7.6
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling hickory-resolver v0.25.2
[INFO] [stderr]    Compiling cipher v0.5.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling cpubits v0.1.1
[INFO] [stderr]    Compiling symlink v0.1.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.3
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling tracing-appender v0.2.5
[INFO] [stderr]    Compiling aes v0.9.0
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling pbkdf2 v0.13.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling lru v0.16.4
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling mimalloc v0.1.50
[INFO] [stderr]    Compiling lzma-rust2 v0.16.2
[INFO] [stderr]    Compiling sha1 v0.11.0
[INFO] [stderr]    Compiling ping v0.7.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling shellexpand v3.1.2
[INFO] [stderr]    Compiling turbo-cdn v0.8.3
[INFO] [stderr]    Compiling shimexe v0.5.16 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling zip v8.6.0
[INFO] [stderr]    Compiling shimexe-core v0.5.16 (/opt/rustwide/workdir/crates/shimexe-core)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 56s
[INFO] running `Command { std: "docker" "inspect" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling shimexe v0.5.16 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcpjfHX6/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libshimexe_core-c32ec6232f8a93eb,libshellexpand-b33530235f7c8cd6,libtempfile-fe8ec6f2674dfc4a,libfastrand-8c711c36072d5b5b,librustix-66eac2e94111ec6f,liblinux_raw_sys-0b6cde911e9a3109,libwhich-666a82daa7b6d1f2,libdirs-e01888f456cea9df,libdirs_sys-d0ee1dc98e79db51,liboption_ext-61303ef911796993,libturbo_cdn-c10f5fd9d2a56487,libmimalloc-9859ab5a19a305e8,liblibmimalloc_sys-2cc6462b4e87b788,libtracing_appender-1536b179cb5fa48b,libsymlink-68ce4ca52d9ce6bf,libtoml-1f776089bbb055fc,libtoml_writer-47509d156ef4ceb3,libtoml_parser-5b396ceff3f62a47,libwinnow-812ec45cd7976c29,libserde_spanned-5dc929071563a809,libtoml_datetime-7d03503ca0002434,libchrono-4545b69dd5715514,libiana_time_zone-bcd81aefedc374a6,libnum_traits-3a2b08a4728dfda7,libregex-1342197ac76a7579,libmemmap2-ec7a23143146e94d,libtracing_subscriber-e24a0a1185434c66,libtracing_serde-27840cde1ac79e38,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-657b767e2e15aeb8,libregex_automata-e4e8d49138828df4,libaho_corasick-fa94425a423a79cf,libregex_syntax-6d6ee545e2ffad72,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-5ed6b6b940c78212,libdashmap-5e60118850225f3a,libhashbrown-7535884dad52ee2f,libreqwest-2634ae0a8ce00078,librustls_platform_verifier-31a7fff32602d6c7,librustls_native_certs-3469d38d03512d26,libopenssl_probe-6b1b371432012237,libhickory_resolver-a832b744ce40679b,libresolv_conf-aec290acf5745886,libmoka-c5759a19de0dd1da,libtagptr-17baaf534c9c3f80,libcrossbeam_epoch-2c19d130e745537c,libuuid-c0b541f16d799f57,libcrossbeam_channel-c975edaf87631b25,libcrossbeam_utils-f696a08ab1e94e7a,libhickory_proto-bac295b4795716a2,librand-2ac3027652de4077,librand_chacha-d1da16184ebf3983,libppv_lite86-7f5ba35fc3b17562,libzerocopy-ad92ccf16844b543,librand_core-b115fb9b5d781658,libgetrandom-a73f2f085e83d825,libdata_encoding-cbe3971fa4778791,libtinyvec-aaac35e3e185f648,libtinyvec_macros-7b77ea21c73594ca,libthiserror-5e90adc18491a337,libhyper_rustls-d9e575fa00e0232f,libtokio_rustls-4cdb60157fad5fbc,librustls-feea27d36bdcde01,libsubtle-2ae6a7038b9a0630,libwebpki-bdede221f47ee1c5,libring-d64ea37822f2eed3,libgetrandom-da9c6145cd4f38a1,libuntrusted-b2f816886faf2178,librustls_pki_types-fc5637970849fdde,libmime-0188e0814ca7ddbf,libencoding_rs-c7a67ac351c2b19f,libserde_json-fb82e8c4c7fba6a4,libzmij-ef63f1da73704b4c,libtower_http-0ded097138ca0c3b,libbitflags-db7b9c0337a7ee76,libiri_string-9568090a19df0016,libasync_compression-ad53d21cf169ce11,libcompression_codecs-cb4de0fe1a9261a0,libbrotli-6db41a91c52358d5,libbrotli_decompressor-d52593c63eaec5e1,liballoc_stdlib-4aac9f1b7fbf996b,liballoc_no_stdlib-118b0458ceca2dd8,libcompression_core-0d36efd7cc177ccc,libtower-f5b1d72a70fa6f7e,libtower_layer-d908dd771b239ecd,libhyper_util-10da0c0aff4bdf3e,libbase64-32787b0325ea6df8,libipnet-61ca7a5e1c2863d4,libtower_service-3fb88d28c2218805,libhyper-8f998ebbcbb97e6e,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-ef516943f1bcf11f,libfnv-79e2cbfbe03dcd16,libatomic_waker-06950c8c08d2b8fa,libtokio_util-393e73e081347f4f,libhttp_body_util-ed5fbd1db1f6d6fc,libhttp_body-8d8f9f8398f09fa7,liburl-e2752260243a6710,libidna-7da834cf60a8695e,libidna_adapter-5ba68a77d160a37b,libicu_properties-cd9c34beb0f6ffdf,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-0cba3e741660dff0,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-99010f6d88cb0fa2,libutf8_iter-51566bbad89f3a68,libpotential_utf-dfc67b58ecdfe49f,libicu_provider-68c7489fa78adb03,libicu_locale_core-2440c9245e1ce3af,libtinystr-4cce420f599efd20,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-ca67d97079b95e44,libzerotrie-0c901af276a1f5ce,libyoke-a73bb16c30c8666f,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-3c4bc0c4c9717ce1,libform_urlencoded-98cc7da289c29f13,libpercent_encoding-fa055ecaa1e57cfa,libhttp-563f2cb150350555,libsync_wrapper-6bdfbc29c4269203,libindicatif-2a1f6dd70659b72c,libunit_prefix-1f322e2873265049,libconsole-213467891798715b,libunicode_width-c0be3735b741df1b,libtokio-c8c1eb3ad7e40d9e,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-2367bcf2eb96355a,libbytes-2ed9460101f17bbf,libmio-3f5f6fa89ecad527,libparking_lot-080783593a730975,libparking_lot_core-bccd0786fb787739,libsmallvec-bc3128fdd57228fc,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libfutures_util-eb78ac1c55973e72,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libserde-0e6778ac27690a20,libserde_core-21f22ac7b803fb0e,libzip-c725a07fc624b707,libzopfli-4970b5926098ec88,libsimd_adler32-255587d23a406577,libbumpalo-5ece06ce95cec114,liblog-b262261d47bd2eba,libppmd_rust-232ea743e71061e0,liblzma_rust2-f6ea9b7ce45af768,libsha2-6b7f2af15756a75b,libcpufeatures-e04321643d03190d,libdigest-6e373fc121e8a853,libblock_buffer-381c14b1d561e854,libcrypto_common-b95f3716e504c74a,libgeneric_array-e19a48ecdef08923,libzstd-0741332fccfedbf9,libzstd_safe-0684b34742fc70d2,libzstd_sys-f65ba11a9f54cbae,libbzip2-a9805c1fc40d5eb6,liblibbz2_rs_sys-048cf57b60df0fdf,libdeflate64-b0eeb29c560c57da,libflate2-101d3e1be6f921c4,libzlib_rs-34d7e32e3b19d6b4,libgetrandom-a80e38cb935b51cc,liblibc-612664c2206eec43,libpbkdf2-642a6b35a18fa4be,libmemchr-5cfa70d22cb32987,libindexmap-0d7f2c48190e6f4d,libequivalent-6a754676e6af62ae,libhashbrown-6b92ca17a46d4c7a,libtyped_path-d4bef469917403d3,libtime-e07d96be53db6481,libitoa-5de11b3b23bfe572,libtime_core-031b6ab885a7634b,libnum_conv-4e1233169d5eeba7,libderanged-d0114085ae3b02c5,libpowerfmt-f6019a2766e431f7,libcrc32fast-77160f4e25d6fc25,libaes-e1488b515b7cbef3,libcpubits-e2df88f57128860c,libcipher-60e2e4abd31df3d7,libinout-5903f4c3bee303e3,libsha1-c620de86a219b39b,libcpufeatures-6c1f78f4142e3013,libcfg_if-83060ec5685761ae,libhmac-ce206787784e8eff,libdigest-88585b5ed1c4bc1c,libctutils-b2e5e258ecc152e8,libcmov-3d0df6e9cd307b98,libconst_oid-58507ca40e062d76,libcrypto_common-cccce3cc8d6639b3,libblock_buffer-bb2778aed1133dd6,libhybrid_array-e12d984bfbd21bdf,libtypenum-16ceaa0b6a024548,libzeroize-7f213bea776ca5b6,libconstant_time_eq-d6f798d20a81142d,libtracing-4793915e6be651d5,libpin_project_lite-0a15d51c77964692,libtracing_core-6ad7e079107bf97a,libonce_cell-a797e138cdc25e52,libportable_atomic-b2c3e87a13df7d23,libanyhow-9e4c44ac98d8e4ea}.rlib" "<sysroot>/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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcpjfHX6/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/libmimalloc-sys-2ad3c10d1af6e57b/out" "-L" "/opt/rustwide/target/debug/build/ring-89b5f15aa5b4fe1f/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-1ea83c6d45e0a573/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/vx_integration_simple-d5098d40275f725b" "-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 `shimexe` (example "vx_integration_simple") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066", kill_on_drop: false }`
[INFO] [stdout] 8b59a9da78da2f7263550ceabd5626725e0b04fb28444e18ac685571f543b066
