[INFO] cloning repository https://github.com/dalloriam/worktimer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dalloriam/worktimer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalloriam%2Fworktimer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalloriam%2Fworktimer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 97f6fa67c9aad72d6dd592362cda5e94bd128ac0 [INFO] testing dalloriam/worktimer against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalloriam%2Fworktimer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dalloriam/worktimer [INFO] finished tweaking git repo https://github.com/dalloriam/worktimer [INFO] tweaked toml for git repo https://github.com/dalloriam/worktimer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dalloriam/worktimer on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dalloriam/worktimer 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0459feb3f791149c16ca01c87a1661224421675d7cedcd8809f06332c39fbec [INFO] running `Command { std: "docker" "start" "-a" "b0459feb3f791149c16ca01c87a1661224421675d7cedcd8809f06332c39fbec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0459feb3f791149c16ca01c87a1661224421675d7cedcd8809f06332c39fbec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0459feb3f791149c16ca01c87a1661224421675d7cedcd8809f06332c39fbec", kill_on_drop: false }` [INFO] [stdout] b0459feb3f791149c16ca01c87a1661224421675d7cedcd8809f06332c39fbec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0d192982a39f1fb20fc37d3dd4cfb679880f779cffb7927d4e2a5fe7f11ac7fb [INFO] running `Command { std: "docker" "start" "-a" "0d192982a39f1fb20fc37d3dd4cfb679880f779cffb7927d4e2a5fe7f11ac7fb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.93 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling easy-parallel v3.2.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling terminfo v0.7.3 [INFO] [stderr] Compiling async-broadcast v0.4.0 [INFO] [stderr] Compiling tint v1.0.1 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling ordered-stream v0.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling clap_lex v0.2.0 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling console v0.9.2 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling nix v0.22.3 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling serde_repr v0.1.8 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling clearscreen v1.0.9 [INFO] [stderr] Compiling clap v3.1.18 [INFO] [stderr] Compiling zvariant_derive v3.2.0 [INFO] [stderr] Compiling zbus_macros v2.2.0 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling zvariant v3.2.0 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling ptree v0.4.0 [INFO] [stderr] Compiling zbus_names v2.1.0 [INFO] [stderr] Compiling zbus v2.2.0 [INFO] [stderr] Compiling xmt v0.1.0 [INFO] [stderr] Compiling notify-rust v4.5.8 [INFO] [stderr] Compiling worktimer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcx4ljQa/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libpomodoro-f637a23a2c6f6c5c.rlib,libclearscreen-4a110aadfc4ab8e3.rlib,libnix-09db67f5ab46e8a0.rlib,libwhich-b2ef3c74016bb999.rlib,libeither-4c8c1e39a99655ac.rlib,libthiserror-b7e2cce5a10d4498.rlib,libterminfo-29448f84e8121475.rlib,libdirs-f4c2e37feb0b6eb7.rlib,libcfg_if-2d17986ae484e939.rlib,libfnv-81596130b397d5c3.rlib,libphf-812a9c0d6e16934b.rlib,libphf_shared-5d57e1a5d02b918a.rlib,libsiphasher-38fa4a3175b9359a.rlib,libxmt-63724ff2010f8bff.rlib,libptree-4be5ada94b439533.rlib,libdirectories-0449783b68c7f022.rlib,libdirs_sys-de85cb5b848c8426.rlib,libconfig-e7f7d007f668074c.rlib,libini-b0ff09685cc04c7f.rlib,libserde_hjson-7ae7cc793d5fb09d.rlib,libserde-b4ec51007dec9d31.rlib,libnum_traits-ee7855f37eaf086e.rlib,libyaml_rust-5a77fab4494a7e90.rlib,liblinked_hash_map-606dc3728cba933f.rlib,libtoml-eac0548d8472e14f.rlib,libnom-177f4adbb122d665.rlib,liblexical_core-c8e938b8eea4e0a4.rlib,libarrayvec-fd19332b40a1becd.rlib,libtint-b040a445f23c22c0.rlib,liblazy_static-433a47a685b79e0b.rlib,libansi_term-bdfff57b5fb49171.rlib,libpetgraph-5ff001bbf04df91f.rlib,libfixedbitset-11e4ef3a6697a784.rlib,libserde_value-dac2b02e09a53329.rlib,libordered_float-8d2bc2ea037bb42d.rlib,libserde_json-642030b2815fd619.rlib,libryu-79b4c87c2b81096e.rlib,libitoa-158d7e21e599682f.rlib,libcolored-8eae60b604cc247d.rlib,libparking_lot-da3197618f6cc7c0.rlib,libparking_lot_core-98f5683473112292.rlib,libnotify_rust-e348d621350363ed.rlib,libzbus-97065e348d6be19d.rlib,libhex-a52fd19e29921b8e.rlib,libsha1-aa030c13f77add22.rlib,libsha1_smol-5de2825eb65b3d2c.rlib,librand-88bf2e3192239f79.rlib,librand_chacha-0a9c1a4fca13a4de.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-2dc2cb913cb0bf67.rlib,libgetrandom-62fd1ed1ebb479d3.rlib,libfutures_util-a8476269bf1050b6.rlib,libfutures_task-959022c35311190e.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_sink-4bad40136a985cca.rlib,libordered_stream-abf37f1ff0be4cf2.rlib,libasync_lock-10953623dd4d9ddd.rlib,libasync_executor-f1be9c7c51632307.rlib,libasync_task-f3a4e1f0f9c3bf82.rlib,libasync_channel-d46b91beab20e0a0.rlib,libasync_broadcast-7cd04b588cd3f49d.rlib,libparking_lot-3e78a8bfe6fd59ce.rlib,libparking_lot_core-0bacff954f2ea918.rlib,libsmallvec-39c23b8b078c47c3.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-e23fa3fb52ce1101.rlib,libevent_listener-60218a967f3c9fd1.rlib,libnix-84bf1fe18e2980b2.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libasync_io-a77ea931fa57bd9d.rlib,libslab-93ffcdda3079a5d2.rlib,libpolling-9f61ec82b034445e.rlib,liblog-fc4b0167ad2190de.rlib,libcfg_if-66d55f6b302e88c8.rlib,libconcurrent_queue-e34cfae5585d9dc0.rlib,libcache_padded-ae24b20c479f4d87.rlib,libonce_cell-6bb3d6b31615d1dd.rlib,libsocket2-d37434e57811ce55.rlib,libfutures_lite-598181c0747d5ade.rlib,libfastrand-dd955576b10a9343.rlib,libfutures_io-18d743b8b2855e9d.rlib,libfutures_core-ed83b4ca5adcb0c0.rlib,libwaker_fn-a5e48e138c7cfc0a.rlib,libparking-e8e3e9cca08ecc67.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libzbus_names-e5ada23eaa3ddc58.rlib,libzvariant-e8ccff1ff8746b66.rlib,libenumflags2-7bf2bfc7cb7c519f.rlib,libbyteorder-c7092f68299ac016.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libindicatif-b69b11f6ae000559.rlib,libconsole-27e57fdd6775477e.rlib,libtermios-fba50595825fd323.rlib}.rlib" "-lc" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libclicolors_control-80721a181491d79e.rlib,libregex-5592451529a08a3b.rlib,libaho_corasick-58fecb70af583198.rlib,libmemchr-95b9fe95d0c424cf.rlib,libregex_syntax-ae12054508fb30be.rlib,libnumber_prefix-c52a145dab539939.rlib,libserde-a71a4c2e291dc5c4.rlib,libchrono-8eec4c6470d1f736.rlib,libnum_integer-1171f833d2b4425b.rlib,libnum_traits-2bb91d755df680b8.rlib,libtime-b0677d5de9a44a56.rlib,libclap-c5416c2c552cb8ff.rlib,libstrsim-7a71560e0c2955e4.rlib,libatty-1eeed254368697b9.rlib,liblibc-15944c32b85e201e.rlib,libtermcolor-a537f8c45744a682.rlib,libtextwrap-dd5d0e05f597c38b.rlib,libindexmap-bb991c98d80c432c.rlib,libhashbrown-f6484c11bf24e065.rlib,libclap_lex-e05621eae4623525.rlib,libos_str_bytes-d8d5025a15f4ad2c.rlib,libbitflags-561a4f1321538a32.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libanyhow-973058c78216b852.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcx4ljQa/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/worktimer-27520985bc37088f" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-62fd1ed1ebb479d3.rlib(getrandom-62fd1ed1ebb479d3.getrandom.227aa80d0a0da863-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.6/src/util_libc.rs:117:(.text._ZN9getrandom9util_libc13open_readonly17h7d9105842eb96fd8E+0xbc): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `worktimer` (bin "worktimer") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0d192982a39f1fb20fc37d3dd4cfb679880f779cffb7927d4e2a5fe7f11ac7fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d192982a39f1fb20fc37d3dd4cfb679880f779cffb7927d4e2a5fe7f11ac7fb", kill_on_drop: false }` [INFO] [stdout] 0d192982a39f1fb20fc37d3dd4cfb679880f779cffb7927d4e2a5fe7f11ac7fb