[INFO] cloning repository https://github.com/matthme/ephemeral-chat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthme/ephemeral-chat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthme%2Fephemeral-chat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthme%2Fephemeral-chat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] faf380a371792608fb0a7dc340571692a72ec45f [INFO] building matthme/ephemeral-chat against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthme%2Fephemeral-chat" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/matthme/ephemeral-chat [INFO] finished tweaking git repo https://github.com/matthme/ephemeral-chat [INFO] tweaked toml for git repo https://github.com/matthme/ephemeral-chat written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/matthme/ephemeral-chat on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/matthme/ephemeral-chat 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ef1f178996446c293aa4975a7743fc261d5b85cb86e60630e940a6e6a68d6e3 [INFO] running `Command { std: "docker" "start" "-a" "0ef1f178996446c293aa4975a7743fc261d5b85cb86e60630e940a6e6a68d6e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ef1f178996446c293aa4975a7743fc261d5b85cb86e60630e940a6e6a68d6e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ef1f178996446c293aa4975a7743fc261d5b85cb86e60630e940a6e6a68d6e3", kill_on_drop: false }` [INFO] [stdout] 0ef1f178996446c293aa4975a7743fc261d5b85cb86e60630e940a6e6a68d6e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 261b9f128d340fdc36b59f390e833d3dde74365d2df8af5c833d44f4a7517ef9 [INFO] running `Command { std: "docker" "start" "-a" "261b9f128d340fdc36b59f390e833d3dde74365d2df8af5c833d44f4a7517ef9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling serde_derive v1.0.139 [INFO] [stderr] Compiling serde v1.0.139 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling trilean v1.1.0 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling wasi v0.10.0+wasi-snapshot-preview1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rmp v0.8.11 [INFO] [stderr] Compiling gcollections v1.5.0 [INFO] [stderr] Compiling intervallum v1.4.0 [INFO] [stderr] Compiling darling_core v0.14.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.51 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling darling_macro v0.14.1 [INFO] [stderr] Compiling darling v0.14.1 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling serde_bytes v0.11.6 [INFO] [stderr] Compiling serde-transcode v1.1.1 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling kitsune_p2p_dht_arc v0.0.13 [INFO] [stderr] Compiling kitsune_p2p_timestamp v0.0.11 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling holochain_serialized_bytes v0.0.51 [INFO] [stderr] Compiling holochain_wasmer_common v0.0.80 [INFO] [stderr] Compiling holo_hash v0.0.30 [INFO] [stderr] Compiling holochain_wasmer_guest v0.0.80 [INFO] [stderr] Compiling holochain_integrity_types v0.0.12 [INFO] [stderr] Compiling holochain_zome_types v0.0.41 [INFO] [stderr] Compiling hdk_derive v0.0.41 [INFO] [stderr] Compiling hdi v0.0.14 [INFO] [stderr] Compiling hdk v0.0.142 [INFO] [stderr] Compiling chat_integrity v0.0.1 (/opt/rustwide/workdir/dna/integrity_zomes/chat) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__num_link_types" "--export" "init" "--export" "validate" "--export" "__allocate" "--export" "__deallocate" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "<3 object files omitted>" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libhdk-9a16e862d1056f94,libholochain_zome_types-ab763d8d754ecec5,libhdi-545f217345222212,libholochain_wasmer_guest-918e48ff868b77d8}.rlib" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libholochain_wasmer_common-ecfa0596b52c05e8,libholochain_integrity_types-a7e36d0b19739694,libtracing-dfa456451a03fe87,libcfg_if-a71ba4b7e6c914b1,libpin_project_lite-d4f4e50fb599ca54,libtracing_core-5a638583ca9472da,libonce_cell-d018d1a812161a90,libsubtle-734d0441ab65b661,libkitsune_p2p_timestamp-0ecb4918fda81da9,libchrono-f1242e382c8bb1fe,liblibc-ef0fffad26a45b79,libtime-c53ab231a3595b4e,libwasi-989c769b9aa1ec33,libholo_hash-d6c332acd46f8b10,libkitsune_p2p_dht_arc-5b5d4f98a9d3b36f,libinterval-7f0c302274175409,libgcollections-e7c0c4eb230a9f7b,libtrilean-ccf4c5e7b26b089a,libbit_set-12b128e5acb0e8d3,libbit_vec-ce70032708389619,libnum_integer-89a247e69733edbe,libholochain_serialized_bytes-5cb6d130082a6211,libserde_transcode-721fb15206637194,libserde_bytes-b802805ec385cfc8,libthiserror-56fe1d24ecea4514,librmp_serde-9dbaa2c43a8f405d,librmp-1922b41fbb187406,libbyteorder-2d0253e4c715d98a,libnum_traits-d72d1653d8c31e98,libserde_json-385e5d1e3ba5bba2,libryu-52ca28e93671d3e4,libitoa-f0e9bd4d8db95bc7,libindexmap-8a39522347ad4e16,libhashbrown-124010d319a57ffd,libserde-ce299196ba38386a}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/chat_integrity.wasm" "--gc-sections" "--no-entry" "-O2" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __agent_info [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __create_link [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __delete_link [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __emit_signal [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __get_details [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __random_bytes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __remote_signal [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __sign_ephemeral [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __get_link_details [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __get_agent_activity [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __create_x25519_keypair [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __x_salsa20_poly1305_encrypt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __x_25519_x_salsa20_poly1305_encrypt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __accept_countersigning_preflight_request [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __x_salsa20_poly1305_shared_secret_export [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __x_salsa20_poly1305_shared_secret_ingest [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __get [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __x_salsa20_poly1305_shared_secret_create_random [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __call [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdk-9a16e862d1056f94.rlib(hdk-9a16e862d1056f94.hdk.be56e5e9aa8cacea-cgu.01.rcgu.o): undefined symbol: __sign [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chat_integrity` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "261b9f128d340fdc36b59f390e833d3dde74365d2df8af5c833d44f4a7517ef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "261b9f128d340fdc36b59f390e833d3dde74365d2df8af5c833d44f4a7517ef9", kill_on_drop: false }` [INFO] [stdout] 261b9f128d340fdc36b59f390e833d3dde74365d2df8af5c833d44f4a7517ef9