[INFO] cloning repository https://github.com/toams69/nmea-log-player [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/toams69/nmea-log-player" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoams69%2Fnmea-log-player", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoams69%2Fnmea-log-player'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b38341d883e719195e7f9038254ddd0becdec3a8 [INFO] testing toams69/nmea-log-player against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoams69%2Fnmea-log-player" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/toams69/nmea-log-player on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/toams69/nmea-log-player [INFO] finished tweaking git repo https://github.com/toams69/nmea-log-player [INFO] tweaked toml for git repo https://github.com/toams69/nmea-log-player written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/toams69/nmea-log-player 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-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0fd2ca6d6a30c06aa980b1449d00106b583862958a8bdd654af292718b68757 [INFO] running `Command { std: "docker" "start" "-a" "f0fd2ca6d6a30c06aa980b1449d00106b583862958a8bdd654af292718b68757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0fd2ca6d6a30c06aa980b1449d00106b583862958a8bdd654af292718b68757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0fd2ca6d6a30c06aa980b1449d00106b583862958a8bdd654af292718b68757", kill_on_drop: false }` [INFO] [stdout] f0fd2ca6d6a30c06aa980b1449d00106b583862958a8bdd654af292718b68757 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed0f19c2e985a7ff451c343a4ad877aa45c17354d28ed581071c14437e01b05c [INFO] running `Command { std: "docker" "start" "-a" "ed0f19c2e985a7ff451c343a4ad877aa45c17354d28ed581071c14437e01b05c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.38 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling atomic-option v0.1.2 [INFO] [stderr] Compiling clap v2.33.4 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling bus v2.2.2 (https://github.com/agausmann/bus.git?branch=read_handle%2Flock#faca2750) [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling serialport v3.3.0 [INFO] [stderr] Compiling mio-serial v3.3.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tokio-serial v4.3.3 [INFO] [stderr] Compiling nmea-log-player v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/settings.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 112 | | "Port {} not found in available com port", [INFO] [stdout] 113 | | port_name [INFO] [stdout] 114 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 111 ~ panic!( [INFO] [stdout] 112 | "Port {} not found in available com port", [INFO] [stdout] 113 | port_name [INFO] [stdout] 114 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/settings.rs:118:24 [INFO] [stdout] | [INFO] [stdout] 118 | None => panic!(format!("No port name found")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 - None => panic!(format!("No port name found")), [INFO] [stdout] 118 + None => panic!("No port name found"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/settings.rs:144:17 [INFO] [stdout] | [INFO] [stdout] 144 | _ => panic!(format!("out_type not supported")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 144 - _ => panic!(format!("out_type not supported")), [INFO] [stdout] 144 + _ => panic!("out_type not supported"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc4e4Xeg/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libchrono-f41568ec5019a810.rlib,libiana_time_zone-092ba8b05fc9b5b1.rlib,libnum_integer-e3bd5e46eb0173b5.rlib,libnum_traits-3cedc3ac77acb2eb.rlib,libtime-ddf3ef643a52e1bc.rlib,libbus-67e70a391179ea16.rlib,libparking_lot_core-3f2a538a48a937ba.rlib,libsmallvec-5d325f047b10765d.rlib,libmaybe_uninit-ece59c5d75f5f342.rlib,librand-51f1c63deb5b3d38.rlib,librand_xorshift-f251d96671c4cea1.rlib,librand_pcg-a63c965f918a0b14.rlib,librand_hc-cca937f3fea882d5.rlib,librand_chacha-8d47ebdf5a83ce7e.rlib,librand_isaac-2ebc36ec8de4a3a3.rlib,librand_core-e071e2f64d0548a6.rlib,librand_os-f3f934f2cd67b144.rlib,librand_jitter-c3fc7606c55cd07a.rlib,librand_core-addbce8e4c7c7519.rlib,libcrossbeam_channel-43cb71d156753020.rlib,libcrossbeam_utils-996328e7d13d89e1.rlib,libatomic_option-8b2ffc4e476cfed2.rlib,libtokio_serial-1a642f87abe069c2.rlib,libmio_serial-91af6d2162f6254a.rlib,libnix-7fa89d69d4bab68c.rlib,libserialport-413b374406459363.rlib,libnix-19b5091cff47e23d.rlib,libvoid-eb7ae209523c4fe2.rlib,liblibudev-122829bc7e40fcc6.rlib,liblibudev_sys-315e92aaa8b4c683.rlib,libtokio-9f10a0ad2a43f589.rlib,libsignal_hook_registry-4a9eee8c8db728d0.rlib,libnum_cpus-a34f4e976959ece7.rlib,libmemchr-34c06a26bc9e8129.rlib,libfnv-79e2cbfbe03dcd16.rlib,libmio_uds-7e55509d6611ef62.rlib,libmio-a0056aa142217298.rlib,liblog-d92df7c38c336d51.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libslab-b1e702ccf3e927a6.rlib,libiovec-a81461dcee0d71ed.rlib,libnet2-031a3dc5c287e999.rlib,libcfg_if-5debf92116708c19.rlib,libfutures_core-ddb9f02a8442a108.rlib,liblazy_static-af860367908b8176.rlib,libbytes-e5a108237575cc30.rlib,libpin_project_lite-019491850434b802.rlib,libclap-14c6b907352a99c1.rlib,libvec_map-75126d96f8392bf4.rlib,libtextwrap-1905f7baa4a1563f.rlib,libunicode_width-e6feeb9daa4fd470.rlib,libstrsim-eb3bc2e4997041af.rlib,libbitflags-dde12b0d7d495b50.rlib,libatty-6acf7dfaa42df635.rlib,liblibc-745bb92f3cb9d54a.rlib,libansi_term-f833f6474621b01a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc4e4Xeg/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nmea_log_player-88d2195a870e0d6c" "-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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nmea-log-player` (bin "nmea-log-player") due to 1 previous error; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ed0f19c2e985a7ff451c343a4ad877aa45c17354d28ed581071c14437e01b05c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed0f19c2e985a7ff451c343a4ad877aa45c17354d28ed581071c14437e01b05c", kill_on_drop: false }` [INFO] [stdout] ed0f19c2e985a7ff451c343a4ad877aa45c17354d28ed581071c14437e01b05c