[INFO] cloning repository https://github.com/inaara-jiwani/polls-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inaara-jiwani/polls-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finaara-jiwani%2Fpolls-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finaara-jiwani%2Fpolls-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4ff419944ef389e6bc7edd4e82f15f03ec0841a8
[INFO] testing inaara-jiwani/polls-api against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finaara-jiwani%2Fpolls-api" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/inaara-jiwani/polls-api
[INFO] finished tweaking git repo https://github.com/inaara-jiwani/polls-api
[INFO] tweaked toml for git repo https://github.com/inaara-jiwani/polls-api written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/inaara-jiwani/polls-api on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/inaara-jiwani/polls-api 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.99.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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653
[INFO] running `Command { std: "docker" "start" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653", 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" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653", 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" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling wasm-encoder v0.41.2
[INFO] [stderr]    Compiling spdx v0.10.8
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling wasm-encoder v0.38.1
[INFO] [stderr]    Compiling wit-bindgen-rust v0.16.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling smartcow v0.2.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling spin-sdk v3.1.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling routefinder v0.5.4
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling wasmparser v0.121.2
[INFO] [stderr]    Compiling wasmparser v0.118.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling spin-macro v3.1.1
[INFO] [stderr]    Compiling wit-parser v0.13.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling wasm-metadata v0.10.20
[INFO] [stderr]    Compiling wit-component v0.18.2
[INFO] [stderr]    Compiling wit-bindgen-core v0.16.0
[INFO] [stderr]    Compiling wit-bindgen-rust-macro v0.16.0
[INFO] [stderr]    Compiling wit-bindgen v0.16.0
[INFO] [stderr]    Compiling spin-executor v3.1.1
[INFO] [stderr]    Compiling polls-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcvGdWOv/list" "-Wl,--no-undefined-version" "-m64" "/opt/rustwide/target/release/deps/rustcvGdWOv/symbols.o" "<8 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libuuid-cd8575bf55ae8c1c,libgetrandom-84c9bf454d98c55d,liblibc-b4696f6452c514d9,libcfg_if-193575a6b29a3ab9,libspin_sdk-8723e2e4943eb0f1,libhttp-1df40e94510d7084,libbytes-8e96b21583e366fa,libfnv-98df728fc8020158,libserde_json-f72824e6d3acb2e3,libitoa-6ac79ecd3493b3ff,libryu-85b27257faa1b487,libthiserror-f90f622783f466bb,libanyhow-b703b0f84690f1f0,libchrono-c2bccd891456d33c,libiana_time_zone-d6e12761f6b57d92,libnum_traits-f8f8bffbfed52ac5,libroutefinder-17bf2a9970c4dbcb,libsmartcow-5f8473ef4cb40883,libsmartstring-1cebe7379f31e1a8,libstatic_assertions-306fc8cfb43dc741,libspin_executor-e6939b85744533cc,libfutures-bd2b6bd10d908d19,libfutures_executor-2bdaa64ab9cb23a0,libfutures_util-29962957ae6988c5,libmemchr-7a3b50b11aed0d50,libfutures_io-c3a463472a7d129d,libslab-11c0b5c42f0a17c7,libfutures_channel-38104845e79102e5,libpin_project_lite-a042d89c9815bfb5,libfutures_sink-4a07ed6f617923ac,libfutures_task-4b529e0327c731b5,libpin_utils-bd5b26767cd4a338,libfutures_core-5adffef6bac868a8,libwit_bindgen-490ef0cc57028254,libbitflags-ab580676e1e4d295,libserde-160a5144c02de9be}.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" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcvGdWOv/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libpolls_api.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcvGdWOv/list:3: ; expected, but got :
[INFO] [stdout]           >>>     wasi:http/incoming-handler@0.2.0#handle;
[INFO] [stdout]           >>>         ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `polls-api` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653", kill_on_drop: false }`
[INFO] [stdout] 62cc7c6257f07242d7ec2c2836b1745cf459d287327e2e6ee696ecfb7342e653
