[INFO] fetching crate submillisecond-live-view 0.4.1...
[INFO] testing submillisecond-live-view-0.4.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate submillisecond-live-view 0.4.1 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate submillisecond-live-view 0.4.1
[INFO] finished tweaking crates.io crate submillisecond-live-view 0.4.1
[INFO] tweaked toml for crates.io crate submillisecond-live-view 0.4.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate submillisecond-live-view 0.4.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate submillisecond-live-view 0.4.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5040fe9ce013a89c8b1e4f053c24a360426d9f56abdc060d64f970b73c6e5ca2
[INFO] running `Command { std: "docker" "start" "-a" "5040fe9ce013a89c8b1e4f053c24a360426d9f56abdc060d64f970b73c6e5ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5040fe9ce013a89c8b1e4f053c24a360426d9f56abdc060d64f970b73c6e5ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5040fe9ce013a89c8b1e4f053c24a360426d9f56abdc060d64f970b73c6e5ca2", kill_on_drop: false }`
[INFO] [stdout] 5040fe9ce013a89c8b1e4f053c24a360426d9f56abdc060d64f970b73c6e5ca2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76b4fdbc7ac4aac05d11702805fa0d6468f3bbf4b958d72ec23a275032d58858
[INFO] running `Command { std: "docker" "start" "-a" "76b4fdbc7ac4aac05d11702805fa0d6468f3bbf4b958d72ec23a275032d58858", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling polyval v0.6.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling ghash v0.5.0
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling aead v0.5.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling cookie v0.17.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling lunatic-sys v0.13.0
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling aes-gcm v0.10.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling rust-format v0.3.4
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling data-encoding v2.3.3
[INFO] [stderr]    Compiling const-random-macro v0.1.15
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling html5ever v0.25.2
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling better-bae-macros v0.1.9
[INFO] [stderr]    Compiling lunatic-macros v0.13.0
[INFO] [stderr]    Compiling lunatic-test v0.13.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling better-bae v0.1.9
[INFO] [stderr]    Compiling enumflags2_derive v0.7.4
[INFO] [stderr]    Compiling tungstenite v0.19.0
[INFO] [stderr]    Compiling maud-live-view-macros v0.24.3
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling maud-live-view v0.24.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling enumflags2 v0.7.5
[INFO] [stderr]    Compiling const-random v0.1.15
[INFO] [stderr]    Compiling submillisecond_macros v0.3.0
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_bytes v0.11.7
[INFO] [stderr]    Compiling serde_qs v0.12.0
[INFO] [stderr]    Compiling lunatic v0.13.1
[INFO] [stderr]    Compiling jwt v0.16.0
[INFO] [stderr]    Compiling nipper v0.1.9
[INFO] [stderr]    Compiling lunatic-log v0.4.0
[INFO] [stderr]    Compiling submillisecond v0.4.0
[INFO] [stderr]    Compiling submillisecond-live-view v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 |     Ping(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 111 -     Ping(Vec<u8>),
[INFO] [stdout] 111 +     Ping(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 |     Pong(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 112 -     Pong(Vec<u8>),
[INFO] [stdout] 112 +     Pong(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "76b4fdbc7ac4aac05d11702805fa0d6468f3bbf4b958d72ec23a275032d58858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b4fdbc7ac4aac05d11702805fa0d6468f3bbf4b958d72ec23a275032d58858", kill_on_drop: false }`
[INFO] [stdout] 76b4fdbc7ac4aac05d11702805fa0d6468f3bbf4b958d72ec23a275032d58858
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 404ba264795f26d529c57f2df4cb8a204d2eca4406abaa86c7ab4f065c48f24b
[INFO] running `Command { std: "docker" "start" "-a" "404ba264795f26d529c57f2df4cb8a204d2eca4406abaa86c7ab4f065c48f24b", kill_on_drop: false }`
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling uuid v1.3.4
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling chrono-tz-build v0.1.0
[INFO] [stderr]    Compiling chrono-tz v0.8.0
[INFO] [stderr]    Compiling lunatic-log v0.4.0
[INFO] [stderr]    Compiling submillisecond v0.4.0
[INFO] [stderr]    Compiling submillisecond-live-view v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 |     Ping(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 111 -     Ping(Vec<u8>),
[INFO] [stdout] 111 +     Ping(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 |     Pong(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 112 -     Pong(Vec<u8>),
[INFO] [stdout] 112 +     Pong(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 |     Ping(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 111 -     Ping(Vec<u8>),
[INFO] [stdout] 111 +     Ping(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/socket.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 |     Pong(Vec<u8>),
[INFO] [stdout]     |     ---- ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 112 -     Pong(Vec<u8>),
[INFO] [stdout] 112 +     Pong(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc4qqf0D/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsubmillisecond_live_view-b1be1b66b8c1d4e3,libserde_qs-a06be91493b7af42,libnipper-a9ea15dea6965ccd,libselectors-8e3501f21ce8bea5,libthin_slice-1775a0fbef1ec9d7,libservo_arc-da06acbd19910766,libstable_deref_trait-a9f42b1d2f15127d,libnodrop-7d3b001a086f6673,libfxhash-b312effea3ad6fa7,libcssparser-2d15740e6745a991,libitoa-968a9d3f706bae82,libdtoa_short-b239ea56a0903f41,libdtoa-f4f9d18f09bff426,libmatches-12896af12519b727,libhtml5ever-299e585c3fe42247,libmarkup5ever-b39d83c4a46a6db7,libstring_cache-b3e7e9eeb68f0703,libprecomputed_hash-b8aaee179f87ad21,libphf_shared-a90c24be4ecc2b43,libparking_lot-5cce75bad4a5e705,libparking_lot_core-fb532dc47de2ca12,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libonce_cell-0b208e55ffc12dcf,libphf-aa0b72fa1374cfce,libphf_shared-d2e740e2a17a45bf,libsiphasher-a12500f72255da72,libtendril-45ce562b9a8ceec1,libfutf-31a77f11e28f0b5c,libdebug_unreachable-4cd349c8896c7ebf,libmac-fd2d43da8dd761a5,libjwt-c9a0563326feb0c8,libmaud_live_view-a84109fce4d3990d,libenumflags2-c51ff5d270bf4c01,libslotmap-a9bbb2b2dddad60b,libsubmillisecond-0c0fd646344583f7,libserde_bytes-ceb364e6fc7b3b69,libansi_term-74ae5010905c21da,liblunatic_log-cd78ddf7b074be72,libyansi-a942934d3a1602e9,libchrono-975a0fb33d5e8292,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-990bd7764f06b6b6,libnum_traits-af9e5579d19400a9,libtime-a6eedf131439c807,libtungstenite-77f171ee865572dd,libdata_encoding-cdf6ff80f06d69b0,libutf8-f4341c3c7568480d,libbyteorder-fb36fe721788ce00,libhttparse-e52ab67d597b9500,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,libform_urlencoded-fd125f4e3f92ae03,liblog-25b1a50cfab8cf09,libbase64ct-ee99e525df6a8c02,liblunatic-95c64fe796630c4d,libserde_json-8bc4e5a6dc373ad0,libryu-038f6cdb33aa666f,libbincode-9e9b589ba70973de,liblunatic_sys-d6b0e54507cb2576,libthiserror-d07357bc440e59f4,libcookie-9a0d5fcc5fc6a676,libhmac-730b9aa5d9930660,libsha2-1a92ac206671216f,libbase64-50d2915b9227cb37,libpercent_encoding-bf512ecf668f0e68,libtime-53337502445af297,libtime_core-3dea729da486ae44,libaes_gcm-0d541d1261d9a207,libctr-12983ce0b96d2b89,libghash-b73f0561d9e84674,libpolyval-1feb814793c6d373,libopaque_debug-1826dab867fa4b9d,libuniversal_hash-3b3faac25b61e63f,libaes-19662e31ffaa997c,libcipher-c4696e7db10e0263,libinout-96d76d3e9604fe34,libaead-4ff846f7a9b497f7,librand-ba5fc7f9a000cf7e,librand_chacha-01d51d9fd95fa002,libppv_lite86-74d192d5fb0d20a2,libheaders-eb51de958498a7d2,libsha1-d9f7b6579d9ccf90,libcpufeatures-334c279ac859326b,libdigest-8678f5e9d956121b,libsubtle-0e7091a3889aeeb2,libblock_buffer-7cc3187ab6fd86a5,libcrypto_common-a4dfea459f1a4d84,libgeneric_array-e2a4bfb97702023e,libtypenum-f0c512a3e955f720,librand_core-dc3acfa439388a79,libgetrandom-de42d246db6de896,liblibc-8bf2d0d8fb275ee7,libcfg_if-3e7fc4e38d4a72b5,libmime-df56754a5ea019bb,libhttpdate-5527bd2ab7a43206,libheaders_core-4dcc20c95553cbda,libhttp-ebd43429acca0022,libitoa-038a99b7aae53dfd,libfnv-79e2cbfbe03dcd16,libbytes-90fa2233ca6ac0df,libbitflags-dde12b0d7d495b50,libbase64-42295ac2e0e134a3,libserde-6f1bda88f5cc7875}.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" "/tmp/rustc4qqf0D/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/debug/examples/counter-3c0ac64ba9fa9e6e" "-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: rust-lld: error: undefined symbol: create_data
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.03.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h014fb6f106316e0f)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.03.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h242af4e3ee10b7c0)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.03.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h27f41b41fbaadafb)
[INFO] [stdout]           >>> referenced 13 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: put
[INFO] [stdout]           >>> referenced by process.rs:399 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:399)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.03.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::register::h17f0e60becb51733)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: die_when_link_dies
[INFO] [stdout]           >>> referenced by mailbox.rs:117 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:117)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$GT$::catch_link_failure::ha9d94e4f8979c7ac)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: receive
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h157ff6dec5b828f7)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h1aacceb383061633)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h383efcccd3afc96b)
[INFO] [stdout]           >>> referenced 11 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_tag
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h157ff6dec5b828f7)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h1aacceb383061633)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h383efcccd3afc96b)
[INFO] [stdout]           >>> referenced 12 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_process_id
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h157ff6dec5b828f7)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h1aacceb383061633)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.06.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h383efcccd3afc96b)
[INFO] [stdout]           >>> referenced 10 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_bind
[INFO] [stdout]           >>> referenced by tcp_listener.rs:77 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:77)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.11.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h4946c645aebd1982)
[INFO] [stdout]           >>> referenced by tcp_listener.rs:93 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.11.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h4946c645aebd1982)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: push_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::h6e777888623da786)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::h972cb6082281707e)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::ha3ae09c51b95d497)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: take_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::hd217957354283df4)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::he561bc6a0cf633cc)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/counter-3c0ac64ba9fa9e6e.counter.9675d35ee71cdce4-cgu.14.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::hfbbe94598cbfdd6d)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get
[INFO] [stdout]           >>> referenced by mod.rs:400 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/ap/mod.rs:400)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.11.rcgu.o:(lunatic::ap::ProcessRef$LT$T$GT$::lookup::hf0538e9fdc4b344d) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           >>> referenced by process.rs:408 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:408)
[INFO] [stdout]           >>>               lunatic_log-cd78ddf7b074be72.lunatic_log.ea3f655de1870449-cgu.0.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::lookup::h84171fb2ee95c70c) in archive /opt/rustwide/target/debug/deps/liblunatic_log-cd78ddf7b074be72.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: catch
[INFO] [stdout]           >>> referenced by panic.rs:23 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/panic.rs:23)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.15.rcgu.o:(lunatic::panic::catch_panic::h46df890f8846e022) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: string_size
[INFO] [stdout]           >>> referenced by error.rs:37 (src/error.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:53 (src/error.rs:53)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: to_string
[INFO] [stdout]           >>> referenced by error.rs:39 (src/error.rs:39)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:55 (src/error.rs:55)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop
[INFO] [stdout]           >>> referenced by error.rs:25 (src/error.rs:25)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7cb6ec9a48a1a402) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_local_addr
[INFO] [stdout]           >>> referenced by tcp_listener.rs:146 (src/net/tcp_listener.rs:146)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::local_addr::h94b27e88edd2b90d) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_accept
[INFO] [stdout]           >>> referenced by tcp_listener.rs:122 (src/net/tcp_listener.rs:122)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::accept::hda86ab6cc409f0fa) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop_tcp_listener
[INFO] [stdout]           >>> referenced by tcp_listener.rs:52 (src/net/tcp_listener.rs:52)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..net..tcp_listener..TcpListener$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7a4b6b28b5e6cfed) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: resolve_next
[INFO] [stdout]           >>> referenced by resolver.rs:37 (src/net/resolver.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..net..resolver..SocketAddrIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h265834b2115d2538) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: read_data
[INFO] [stdout]           >>> referenced by serializer.rs:208 (src/serializer.rs:208)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Read$GT$::read::h39dc7335e41db5ea) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: write_data
[INFO] [stdout]           >>> referenced by serializer.rs:214 (src/serializer.rs:214)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Write$GT$::write::h9d1c9a88e471b49a) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `submillisecond-live-view` (example "counter") due to 1 previous error
[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" "-m64" "/tmp/rustciJZFFY/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libchrono_tz-43fb1f7e2b32e22f,libphf-90b1406b589b66b4,libphf_shared-5f23868d19cc786a,libsubmillisecond_live_view-b1be1b66b8c1d4e3,libserde_qs-a06be91493b7af42,libnipper-a9ea15dea6965ccd,libselectors-8e3501f21ce8bea5,libthin_slice-1775a0fbef1ec9d7,libservo_arc-da06acbd19910766,libstable_deref_trait-a9f42b1d2f15127d,libnodrop-7d3b001a086f6673,libfxhash-b312effea3ad6fa7,libcssparser-2d15740e6745a991,libitoa-968a9d3f706bae82,libdtoa_short-b239ea56a0903f41,libdtoa-f4f9d18f09bff426,libmatches-12896af12519b727,libhtml5ever-299e585c3fe42247,libmarkup5ever-b39d83c4a46a6db7,libstring_cache-b3e7e9eeb68f0703,libprecomputed_hash-b8aaee179f87ad21,libphf_shared-a90c24be4ecc2b43,libparking_lot-5cce75bad4a5e705,libparking_lot_core-fb532dc47de2ca12,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libonce_cell-0b208e55ffc12dcf,libphf-aa0b72fa1374cfce,libphf_shared-d2e740e2a17a45bf,libsiphasher-a12500f72255da72,libtendril-45ce562b9a8ceec1,libfutf-31a77f11e28f0b5c,libdebug_unreachable-4cd349c8896c7ebf,libmac-fd2d43da8dd761a5,libjwt-c9a0563326feb0c8,libmaud_live_view-a84109fce4d3990d,libenumflags2-c51ff5d270bf4c01,libslotmap-a9bbb2b2dddad60b,libsubmillisecond-0c0fd646344583f7,libserde_bytes-ceb364e6fc7b3b69,libansi_term-74ae5010905c21da,liblunatic_log-cd78ddf7b074be72,libyansi-a942934d3a1602e9,libtungstenite-77f171ee865572dd,libdata_encoding-cdf6ff80f06d69b0,libutf8-f4341c3c7568480d,libbyteorder-fb36fe721788ce00,libhttparse-e52ab67d597b9500,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,libform_urlencoded-fd125f4e3f92ae03,liblog-25b1a50cfab8cf09,libbase64ct-ee99e525df6a8c02,libcookie-9a0d5fcc5fc6a676,libhmac-730b9aa5d9930660,libsha2-1a92ac206671216f,libbase64-50d2915b9227cb37,libpercent_encoding-bf512ecf668f0e68,libtime-53337502445af297,libtime_core-3dea729da486ae44,libaes_gcm-0d541d1261d9a207,libctr-12983ce0b96d2b89,libghash-b73f0561d9e84674,libpolyval-1feb814793c6d373,libopaque_debug-1826dab867fa4b9d,libuniversal_hash-3b3faac25b61e63f,libaes-19662e31ffaa997c,libcipher-c4696e7db10e0263,libinout-96d76d3e9604fe34,libaead-4ff846f7a9b497f7,librand-ba5fc7f9a000cf7e,librand_chacha-01d51d9fd95fa002,libppv_lite86-74d192d5fb0d20a2,libheaders-eb51de958498a7d2,libsha1-d9f7b6579d9ccf90,libcpufeatures-334c279ac859326b,libdigest-8678f5e9d956121b,libsubtle-0e7091a3889aeeb2,libblock_buffer-7cc3187ab6fd86a5,libcrypto_common-a4dfea459f1a4d84,libgeneric_array-e2a4bfb97702023e,libtypenum-f0c512a3e955f720,librand_core-dc3acfa439388a79,libgetrandom-de42d246db6de896,libcfg_if-3e7fc4e38d4a72b5,libmime-df56754a5ea019bb,libhttpdate-5527bd2ab7a43206,libheaders_core-4dcc20c95553cbda,libhttp-ebd43429acca0022,libfnv-79e2cbfbe03dcd16,libbytes-90fa2233ca6ac0df,libbitflags-dde12b0d7d495b50,libbase64-42295ac2e0e134a3,liblunatic-95c64fe796630c4d,libserde_json-8bc4e5a6dc373ad0,libryu-038f6cdb33aa666f,libitoa-038a99b7aae53dfd,libbincode-9e9b589ba70973de,liblunatic_sys-d6b0e54507cb2576,libthiserror-d07357bc440e59f4,libchrono-975a0fb33d5e8292,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-990bd7764f06b6b6,libnum_traits-af9e5579d19400a9,libserde-6f1bda88f5cc7875,libtime-a6eedf131439c807,liblibc-8bf2d0d8fb275ee7}.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" "/tmp/rustciJZFFY/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/debug/examples/clock-f416e8f0967628d1" "-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: rust-lld: error: undefined symbol: tcp_bind
[INFO] [stdout]           >>> referenced by tcp_listener.rs:77 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:77)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.06.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h5c3eb0d08bf33376)
[INFO] [stdout]           >>> referenced by tcp_listener.rs:93 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.06.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h5c3eb0d08bf33376)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: create_data
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.05.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h12bbfd9b5f8523da)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.05.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h6fe347e723acc573)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.05.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h7fe9b0dbd45d44b4)
[INFO] [stdout]           >>> referenced 16 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: put
[INFO] [stdout]           >>> referenced by process.rs:399 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:399)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.05.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::register::h22ab8c86dbbdd4d7)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: die_when_link_dies
[INFO] [stdout]           >>> referenced by mailbox.rs:117 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:117)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$GT$::catch_link_failure::h278428f109de64dd)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: receive
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h145b51f0648afe8f)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h14c9d59c7954b45e)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h291bd4dde8480607)
[INFO] [stdout]           >>> referenced 14 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_tag
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h145b51f0648afe8f)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h14c9d59c7954b45e)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h291bd4dde8480607)
[INFO] [stdout]           >>> referenced 15 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_process_id
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h145b51f0648afe8f)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h14c9d59c7954b45e)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.07.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h291bd4dde8480607)
[INFO] [stdout]           >>> referenced 13 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: push_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::h395ca3f24edde29d)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::hb4da61f3aab24e02)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::hcf822398d5b4d671)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: take_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::h0594b921892b5263)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::h14c44282e6905e1a)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clock-f416e8f0967628d1.clock.b4243b0fda0b781d-cgu.09.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::h6c3d764cabce040d)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get
[INFO] [stdout]           >>> referenced by mod.rs:400 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/ap/mod.rs:400)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.11.rcgu.o:(lunatic::ap::ProcessRef$LT$T$GT$::lookup::hf0538e9fdc4b344d) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           >>> referenced by process.rs:408 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:408)
[INFO] [stdout]           >>>               lunatic_log-cd78ddf7b074be72.lunatic_log.ea3f655de1870449-cgu.0.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::lookup::h84171fb2ee95c70c) in archive /opt/rustwide/target/debug/deps/liblunatic_log-cd78ddf7b074be72.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: catch
[INFO] [stdout]           >>> referenced by panic.rs:23 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/panic.rs:23)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.15.rcgu.o:(lunatic::panic::catch_panic::h46df890f8846e022) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: string_size
[INFO] [stdout]           >>> referenced by error.rs:37 (src/error.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:53 (src/error.rs:53)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: to_string
[INFO] [stdout]           >>> referenced by error.rs:39 (src/error.rs:39)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:55 (src/error.rs:55)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop
[INFO] [stdout]           >>> referenced by error.rs:25 (src/error.rs:25)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7cb6ec9a48a1a402) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_local_addr
[INFO] [stdout]           >>> referenced by tcp_listener.rs:146 (src/net/tcp_listener.rs:146)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::local_addr::h94b27e88edd2b90d) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_accept
[INFO] [stdout]           >>> referenced by tcp_listener.rs:122 (src/net/tcp_listener.rs:122)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::accept::hda86ab6cc409f0fa) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop_tcp_listener
[INFO] [stdout]           >>> referenced by tcp_listener.rs:52 (src/net/tcp_listener.rs:52)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..net..tcp_listener..TcpListener$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7a4b6b28b5e6cfed) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: resolve_next
[INFO] [stdout]           >>> referenced by resolver.rs:37 (src/net/resolver.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..net..resolver..SocketAddrIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h265834b2115d2538) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: read_data
[INFO] [stdout]           >>> referenced by serializer.rs:208 (src/serializer.rs:208)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Read$GT$::read::h39dc7335e41db5ea) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: write_data
[INFO] [stdout]           >>> referenced by serializer.rs:214 (src/serializer.rs:214)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Write$GT$::write::h9d1c9a88e471b49a) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `submillisecond-live-view` (example "clock") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcXy4NO9/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libuuid-4c3e4651360a0201,libsubmillisecond_live_view-b1be1b66b8c1d4e3,libserde_qs-a06be91493b7af42,libnipper-a9ea15dea6965ccd,libselectors-8e3501f21ce8bea5,libthin_slice-1775a0fbef1ec9d7,libservo_arc-da06acbd19910766,libstable_deref_trait-a9f42b1d2f15127d,libnodrop-7d3b001a086f6673,libfxhash-b312effea3ad6fa7,libcssparser-2d15740e6745a991,libitoa-968a9d3f706bae82,libdtoa_short-b239ea56a0903f41,libdtoa-f4f9d18f09bff426,libmatches-12896af12519b727,libhtml5ever-299e585c3fe42247,libmarkup5ever-b39d83c4a46a6db7,libstring_cache-b3e7e9eeb68f0703,libprecomputed_hash-b8aaee179f87ad21,libphf_shared-a90c24be4ecc2b43,libparking_lot-5cce75bad4a5e705,libparking_lot_core-fb532dc47de2ca12,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libonce_cell-0b208e55ffc12dcf,libphf-aa0b72fa1374cfce,libphf_shared-d2e740e2a17a45bf,libsiphasher-a12500f72255da72,libtendril-45ce562b9a8ceec1,libfutf-31a77f11e28f0b5c,libdebug_unreachable-4cd349c8896c7ebf,libmac-fd2d43da8dd761a5,libjwt-c9a0563326feb0c8,libmaud_live_view-a84109fce4d3990d,libenumflags2-c51ff5d270bf4c01,libslotmap-a9bbb2b2dddad60b,libsubmillisecond-0c0fd646344583f7,libserde_bytes-ceb364e6fc7b3b69,libansi_term-74ae5010905c21da,liblunatic_log-cd78ddf7b074be72,libyansi-a942934d3a1602e9,libchrono-975a0fb33d5e8292,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-990bd7764f06b6b6,libnum_traits-af9e5579d19400a9,libtime-a6eedf131439c807,libtungstenite-77f171ee865572dd,libdata_encoding-cdf6ff80f06d69b0,libutf8-f4341c3c7568480d,libbyteorder-fb36fe721788ce00,libhttparse-e52ab67d597b9500,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,libform_urlencoded-fd125f4e3f92ae03,liblog-25b1a50cfab8cf09,libbase64ct-ee99e525df6a8c02,liblunatic-95c64fe796630c4d,libserde_json-8bc4e5a6dc373ad0,libryu-038f6cdb33aa666f,libbincode-9e9b589ba70973de,liblunatic_sys-d6b0e54507cb2576,libthiserror-d07357bc440e59f4,libcookie-9a0d5fcc5fc6a676,libhmac-730b9aa5d9930660,libsha2-1a92ac206671216f,libbase64-50d2915b9227cb37,libpercent_encoding-bf512ecf668f0e68,libtime-53337502445af297,libtime_core-3dea729da486ae44,libaes_gcm-0d541d1261d9a207,libctr-12983ce0b96d2b89,libghash-b73f0561d9e84674,libpolyval-1feb814793c6d373,libopaque_debug-1826dab867fa4b9d,libuniversal_hash-3b3faac25b61e63f,libaes-19662e31ffaa997c,libcipher-c4696e7db10e0263,libinout-96d76d3e9604fe34,libaead-4ff846f7a9b497f7,librand-ba5fc7f9a000cf7e,librand_chacha-01d51d9fd95fa002,libppv_lite86-74d192d5fb0d20a2,libheaders-eb51de958498a7d2,libsha1-d9f7b6579d9ccf90,libcpufeatures-334c279ac859326b,libdigest-8678f5e9d956121b,libsubtle-0e7091a3889aeeb2,libblock_buffer-7cc3187ab6fd86a5,libcrypto_common-a4dfea459f1a4d84,libgeneric_array-e2a4bfb97702023e,libtypenum-f0c512a3e955f720,librand_core-dc3acfa439388a79,libgetrandom-de42d246db6de896,liblibc-8bf2d0d8fb275ee7,libcfg_if-3e7fc4e38d4a72b5,libmime-df56754a5ea019bb,libhttpdate-5527bd2ab7a43206,libheaders_core-4dcc20c95553cbda,libhttp-ebd43429acca0022,libitoa-038a99b7aae53dfd,libfnv-79e2cbfbe03dcd16,libbytes-90fa2233ca6ac0df,libbitflags-dde12b0d7d495b50,libbase64-42295ac2e0e134a3,libserde-6f1bda88f5cc7875}.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" "/tmp/rustcXy4NO9/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/debug/examples/todos-5ec818ec569cbe38" "-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: rust-lld: error: undefined symbol: create_data
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.06.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h6642299393c396ad)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.06.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h6bae12625c07e845)
[INFO] [stdout]           >>> referenced by process.rs:433 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:433)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.06.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::send::h768685feebf5a73b)
[INFO] [stdout]           >>> referenced 13 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: put
[INFO] [stdout]           >>> referenced by process.rs:399 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:399)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.06.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::register::h1171d7205ffa8249)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: push_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::h74b81492b11058ae)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::h74e474915bcd4ea5)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:64 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:64)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..ser..Serialize$GT$::serialize::hf7cb22adf524f405)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: take_tcp_stream
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::h1582d15c8cfecf16)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::h8a9cb98757c427bc)
[INFO] [stdout]           >>> referenced by tcp_stream.rs:75 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_stream.rs:75)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(_$LT$lunatic..net..tcp_stream..TcpStream$u20$as$u20$serde..de..Deserialize$GT$::deserialize::hf4a4e8e556067a0d)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_bind
[INFO] [stdout]           >>> referenced by tcp_listener.rs:77 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:77)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h403bcfff70a94133)
[INFO] [stdout]           >>> referenced by tcp_listener.rs:93 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/net/tcp_listener.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.11.rcgu.o:(lunatic::net::tcp_listener::TcpListener::bind::h403bcfff70a94133)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: die_when_link_dies
[INFO] [stdout]           >>> referenced by mailbox.rs:117 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:117)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$GT$::catch_link_failure::h33481189b12bddfd)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: receive
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h23dc0bfbb2d5c0d1)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h3e24ae65c2e5f6a6)
[INFO] [stdout]           >>> referenced by mailbox.rs:275 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:275)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h47ae9bc37bdf85f3)
[INFO] [stdout]           >>> referenced 11 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_tag
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h23dc0bfbb2d5c0d1)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h3e24ae65c2e5f6a6)
[INFO] [stdout]           >>> referenced by mailbox.rs:282 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:282)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h47ae9bc37bdf85f3)
[INFO] [stdout]           >>> referenced 12 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_process_id
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h23dc0bfbb2d5c0d1)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h3e24ae65c2e5f6a6)
[INFO] [stdout]           >>> referenced by mailbox.rs:285 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/mailbox.rs:285)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/todos-5ec818ec569cbe38.todos.2cf77b066cbce210-cgu.14.rcgu.o:(lunatic::mailbox::Mailbox$LT$M$C$S$C$L$GT$::receive_::h47ae9bc37bdf85f3)
[INFO] [stdout]           >>> referenced 10 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get
[INFO] [stdout]           >>> referenced by mod.rs:400 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/ap/mod.rs:400)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.11.rcgu.o:(lunatic::ap::ProcessRef$LT$T$GT$::lookup::hf0538e9fdc4b344d) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           >>> referenced by process.rs:408 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/function/process.rs:408)
[INFO] [stdout]           >>>               lunatic_log-cd78ddf7b074be72.lunatic_log.ea3f655de1870449-cgu.0.rcgu.o:(lunatic::function::process::Process$LT$M$C$S$GT$::lookup::h84171fb2ee95c70c) in archive /opt/rustwide/target/debug/deps/liblunatic_log-cd78ddf7b074be72.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: catch
[INFO] [stdout]           >>> referenced by panic.rs:23 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lunatic-0.13.1/src/panic.rs:23)
[INFO] [stdout]           >>>               submillisecond_live_view-b1be1b66b8c1d4e3.submillisecond_live_view.f67db249865f898f-cgu.15.rcgu.o:(lunatic::panic::catch_panic::h46df890f8846e022) in archive /opt/rustwide/target/debug/deps/libsubmillisecond_live_view-b1be1b66b8c1d4e3.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: string_size
[INFO] [stdout]           >>> referenced by error.rs:37 (src/error.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:53 (src/error.rs:53)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: to_string
[INFO] [stdout]           >>> referenced by error.rs:39 (src/error.rs:39)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Debug$GT$::fmt::h0c0c564f9a930aeb) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           >>> referenced by error.rs:55 (src/error.rs:55)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..fmt..Display$GT$::fmt::h13fb3de6df463822) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop
[INFO] [stdout]           >>> referenced by error.rs:25 (src/error.rs:25)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..error..LunaticError$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7cb6ec9a48a1a402) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_local_addr
[INFO] [stdout]           >>> referenced by tcp_listener.rs:146 (src/net/tcp_listener.rs:146)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::local_addr::h94b27e88edd2b90d) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tcp_accept
[INFO] [stdout]           >>> referenced by tcp_listener.rs:122 (src/net/tcp_listener.rs:122)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(lunatic::net::tcp_listener::TcpListener::accept::hda86ab6cc409f0fa) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: drop_tcp_listener
[INFO] [stdout]           >>> referenced by tcp_listener.rs:52 (src/net/tcp_listener.rs:52)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.0.rcgu.o:(_$LT$lunatic..net..tcp_listener..TcpListener$u20$as$u20$core..ops..drop..Drop$GT$::drop::h7a4b6b28b5e6cfed) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: resolve_next
[INFO] [stdout]           >>> referenced by resolver.rs:37 (src/net/resolver.rs:37)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..net..resolver..SocketAddrIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h265834b2115d2538) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: read_data
[INFO] [stdout]           >>> referenced by serializer.rs:208 (src/serializer.rs:208)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Read$GT$::read::h39dc7335e41db5ea) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: write_data
[INFO] [stdout]           >>> referenced by serializer.rs:214 (src/serializer.rs:214)
[INFO] [stdout]           >>>               lunatic-95c64fe796630c4d.lunatic.550ef94fec155411-cgu.1.rcgu.o:(_$LT$lunatic..serializer..MessageRw$u20$as$u20$std..io..Write$GT$::write::h9d1c9a88e471b49a) in archive /opt/rustwide/target/debug/deps/liblunatic-95c64fe796630c4d.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `submillisecond-live-view` (example "todos") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "404ba264795f26d529c57f2df4cb8a204d2eca4406abaa86c7ab4f065c48f24b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "404ba264795f26d529c57f2df4cb8a204d2eca4406abaa86c7ab4f065c48f24b", kill_on_drop: false }`
[INFO] [stdout] 404ba264795f26d529c57f2df4cb8a204d2eca4406abaa86c7ab4f065c48f24b
