[INFO] cloning repository https://github.com/ringockmg/icp-testing-1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ringockmg/icp-testing-1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fringockmg%2Ficp-testing-1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fringockmg%2Ficp-testing-1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 934a9a0d1ca57853cea3c319f79fe45169c8f3e4 [INFO] testing ringockmg/icp-testing-1 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fringockmg%2Ficp-testing-1" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ringockmg/icp-testing-1 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ringockmg/icp-testing-1 [INFO] finished tweaking git repo https://github.com/ringockmg/icp-testing-1 [INFO] tweaked toml for git repo https://github.com/ringockmg/icp-testing-1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ringockmg/icp-testing-1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05b8b376f9ba6311958439c3cc844ecfbcbd44437c33f5c51f2d92a33fb527de [INFO] running `Command { std: "docker" "start" "-a" "05b8b376f9ba6311958439c3cc844ecfbcbd44437c33f5c51f2d92a33fb527de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05b8b376f9ba6311958439c3cc844ecfbcbd44437c33f5c51f2d92a33fb527de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05b8b376f9ba6311958439c3cc844ecfbcbd44437c33f5c51f2d92a33fb527de", kill_on_drop: false }` [INFO] [stdout] 05b8b376f9ba6311958439c3cc844ecfbcbd44437c33f5c51f2d92a33fb527de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 616db8157a0d5c7d0dceed54c7a3a35bb4f0303219099f5f0015de25cbc4a4b1 [INFO] running `Command { std: "docker" "start" "-a" "616db8157a0d5c7d0dceed54c7a3a35bb4f0303219099f5f0015de25cbc4a4b1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling pico-args v0.4.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling beef v0.5.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling crc8 v0.1.1 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling pretty v0.10.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling codespan-reporting v0.9.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling md2 v0.8.0 [INFO] [stderr] Compiling md4 v0.8.0 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling hmac-drbg v0.2.0 [INFO] [stderr] Compiling lalrpop-util v0.19.5 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling easy-hasher v2.2.1 [INFO] [stderr] Compiling libsecp256k1 v0.3.5 [INFO] [stderr] Compiling lalrpop v0.19.5 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling logos-derive v0.12.0 [INFO] [stderr] Compiling candid_derive v0.4.4 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling logos v0.12.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ic-types v0.1.2 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_tokenstream v0.1.2 [INFO] [stderr] Compiling candid v0.6.21 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling ic-cdk v0.2.4 [INFO] [stderr] Compiling ic-cdk-macros v0.2.4 [INFO] [stderr] Compiling wall v0.0.1 (/opt/rustwide/workdir/backend/wall) [INFO] [stderr] Compiling user_profile v0.0.1 (/opt/rustwide/workdir/backend/user_profile) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustckq95VM/list" "-m64" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wall.wall.cfddc3bf-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/wall.521hv0e6ix63q8io.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libic_cdk-f624e357dc13b1a9.rlib" "/opt/rustwide/target/debug/deps/libcandid-36e24d92dc0e0f2a.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-f35b043c3eb5e719.rlib" "/opt/rustwide/target/debug/deps/libhex-c9fd0ea4c3543a57.rlib" "/opt/rustwide/target/debug/deps/libleb128-eb2ef27881a0b5c3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f328109de99d6196.rlib" "/opt/rustwide/target/debug/deps/liblogos-708a96d25c1a3f38.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9230d6942e9da1f5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0e07131684c59aba.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d7143d17b8cdd9b.rlib" "/opt/rustwide/target/debug/deps/libnum_enum-d3c1ea52554c56e9.rlib" "/opt/rustwide/target/debug/deps/liblalrpop_util-4614326c7f4ba3c9.rlib" "/opt/rustwide/target/debug/deps/libregex-13c215771dc57931.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-95d362927be20766.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libcodespan_reporting-2c7558eb088f5636.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-58fa4f49044d3e0e.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-48569ba71e859b79.rlib" "/opt/rustwide/target/debug/deps/libpretty-0cf9bcd5f83f6096.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f0c7e883a956d297.rlib" "/opt/rustwide/target/debug/deps/libtyped_arena-44a6b78d38bbbfed.rlib" "/opt/rustwide/target/debug/deps/libic_types-b42e89b091355790.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-e95baee0ab125333.rlib" "/opt/rustwide/target/debug/deps/libbase32-768bfc8e07b0b34c.rlib" "/opt/rustwide/target/debug/deps/libserde-48f5a1fbc3a6b1f2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-956b934701e4a54a.rlib" "/opt/rustwide/target/debug/deps/libsha2-0f81259bf36f1aa7.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-0cef4c9df688482c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-49e4328bd37edb6c.rlib" "/opt/rustwide/target/debug/deps/libdigest-4312c65daf5babba.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-94640a91528f1818.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-4eff79de3fa0ab05.rlib" "/opt/rustwide/target/debug/deps/libtypenum-0d64906a7293a7d7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libwall.so" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld:/tmp/rustckq95VM/list:5: syntax error in VERSION script [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wall` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcX9XOuF/list" "-m64" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.user_profile.d7c6c48c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/user_profile.2t5xf0v2frwzhz7s.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsecp256k1-3864d848cf19b4f8.rlib" "/opt/rustwide/target/debug/deps/librand-0f9bc16b43aa6124.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9504bfa2f19a2d8d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-82bdeb907cc2ed56.rlib" "/opt/rustwide/target/debug/deps/librand_core-446b6b26f67074b1.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a7153687f4cfe134.rlib" "/opt/rustwide/target/debug/deps/liblibc-275c26d6891ef53b.rlib" "/opt/rustwide/target/debug/deps/libarrayref-bf03530a7c190f08.rlib" "/opt/rustwide/target/debug/deps/libhmac_drbg-e086c51b79131b38.rlib" "/opt/rustwide/target/debug/deps/libhmac-d9926910026dbd13.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-8793b04196e2beb1.rlib" "/opt/rustwide/target/debug/deps/libsubtle-4618f61ae59327cb.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-bee465adfef7f9a4.rlib" "/opt/rustwide/target/debug/deps/libsubtle-d7088909b324fd91.rlib" "/opt/rustwide/target/debug/deps/libic_cdk-f624e357dc13b1a9.rlib" "/opt/rustwide/target/debug/deps/libcandid-36e24d92dc0e0f2a.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-f35b043c3eb5e719.rlib" "/opt/rustwide/target/debug/deps/libhex-c9fd0ea4c3543a57.rlib" "/opt/rustwide/target/debug/deps/libleb128-eb2ef27881a0b5c3.rlib" "/opt/rustwide/target/debug/deps/liblogos-708a96d25c1a3f38.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9230d6942e9da1f5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0e07131684c59aba.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d7143d17b8cdd9b.rlib" "/opt/rustwide/target/debug/deps/libnum_enum-d3c1ea52554c56e9.rlib" "/opt/rustwide/target/debug/deps/liblalrpop_util-4614326c7f4ba3c9.rlib" "/opt/rustwide/target/debug/deps/libregex-13c215771dc57931.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-95d362927be20766.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libcodespan_reporting-2c7558eb088f5636.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-58fa4f49044d3e0e.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-48569ba71e859b79.rlib" "/opt/rustwide/target/debug/deps/libpretty-0cf9bcd5f83f6096.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f0c7e883a956d297.rlib" "/opt/rustwide/target/debug/deps/libtyped_arena-44a6b78d38bbbfed.rlib" "/opt/rustwide/target/debug/deps/libic_types-b42e89b091355790.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-e95baee0ab125333.rlib" "/opt/rustwide/target/debug/deps/libbase32-768bfc8e07b0b34c.rlib" "/opt/rustwide/target/debug/deps/libserde-48f5a1fbc3a6b1f2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-956b934701e4a54a.rlib" "/opt/rustwide/target/debug/deps/libsha2-0f81259bf36f1aa7.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-0cef4c9df688482c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-49e4328bd37edb6c.rlib" "/opt/rustwide/target/debug/deps/libdigest-4312c65daf5babba.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-94640a91528f1818.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-4eff79de3fa0ab05.rlib" "/opt/rustwide/target/debug/deps/libeasy_hasher-a175dcb1337aa3c3.rlib" "/opt/rustwide/target/debug/deps/libsha2-2d509033a022dfea.rlib" "/opt/rustwide/target/debug/deps/libmd5-06119a8b2e07dce7.rlib" "/opt/rustwide/target/debug/deps/libcrc-eeda29259dac6f4d.rlib" "/opt/rustwide/target/debug/deps/libcrc16-d8e8f4c39bec77a8.rlib" "/opt/rustwide/target/debug/deps/libcrc8-982c2a0f603bd047.rlib" "/opt/rustwide/target/debug/deps/libmd4-5689aede2a420cc9.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-3d6a2ee5cef4c106.rlib" "/opt/rustwide/target/debug/deps/libmd2-965d55410e41d93b.rlib" "/opt/rustwide/target/debug/deps/libsha1-2bc42c9c0a5b16a2.rlib" "/opt/rustwide/target/debug/deps/libsha3-51623a20daf9c134.rlib" "/opt/rustwide/target/debug/deps/libdigest-145eff3eca242995.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-471d69f8a14261f8.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-998d83cfa79ef1e2.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-7029a332da5b8132.rlib" "/opt/rustwide/target/debug/deps/libtypenum-0d64906a7293a7d7.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-e7fe4d975aa230a6.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-c0f79bb7e04ef8bd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f328109de99d6196.rlib" "/opt/rustwide/target/debug/deps/libkeccak-d0c1a2e0744de6fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libuser_profile.so" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld:/tmp/rustcX9XOuF/list:5: syntax error in VERSION script [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "616db8157a0d5c7d0dceed54c7a3a35bb4f0303219099f5f0015de25cbc4a4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "616db8157a0d5c7d0dceed54c7a3a35bb4f0303219099f5f0015de25cbc4a4b1", kill_on_drop: false }` [INFO] [stdout] 616db8157a0d5c7d0dceed54c7a3a35bb4f0303219099f5f0015de25cbc4a4b1