[INFO] cloning repository https://github.com/erikaderstedt/snabbkarta [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erikaderstedt/snabbkarta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikaderstedt%2Fsnabbkarta", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikaderstedt%2Fsnabbkarta'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42ba6b6ea552212285f5a53b75e24a5c87560d09 [INFO] testing erikaderstedt/snabbkarta against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikaderstedt%2Fsnabbkarta" "/workspace/builds/worker-50/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-50/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erikaderstedt/snabbkarta on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/erikaderstedt/snabbkarta [INFO] finished tweaking git repo https://github.com/erikaderstedt/snabbkarta [INFO] tweaked toml for git repo https://github.com/erikaderstedt/snabbkarta written to /workspace/builds/worker-50/source/Cargo.toml [INFO] crate git repo https://github.com/erikaderstedt/snabbkarta already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88346f1fb13d338be61f7cec107a1e3369745c5bfdc8baf513bd551dcab88418 [INFO] running `Command { std: "docker" "start" "-a" "88346f1fb13d338be61f7cec107a1e3369745c5bfdc8baf513bd551dcab88418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88346f1fb13d338be61f7cec107a1e3369745c5bfdc8baf513bd551dcab88418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88346f1fb13d338be61f7cec107a1e3369745c5bfdc8baf513bd551dcab88418", kill_on_drop: false }` [INFO] [stdout] 88346f1fb13d338be61f7cec107a1e3369745c5bfdc8baf513bd551dcab88418 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ba5152893b9e60ebe4a31cc3a894e4f2a1244fae007f77305f6730ff25607b8 [INFO] running `Command { std: "docker" "start" "-a" "5ba5152893b9e60ebe4a31cc3a894e4f2a1244fae007f77305f6730ff25607b8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling roots v0.0.6 [INFO] [stderr] Compiling snabbkarta v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling delaunator v0.2.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling flo_curves v0.3.1 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling osm-xml v0.6.2 [INFO] [stderr] Compiling ring v0.16.10 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v1.9.2 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling console v0.9.1 [INFO] [stderr] Compiling rstar v0.2.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling indicatif v0.13.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling dbase v0.1.0 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling laz v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling minreq v2.0.3 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling geo v0.12.2 [INFO] [stdout] warning: unused variable: `islands` [INFO] [stdout] --> src/cliffs.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | let (halfedges, islands) = cliff.split_into_outer_edge_and_islands(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_islands` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/rek.rs:233:76 [INFO] [stdout] | [INFO] [stdout] 233 | println!("Writing {} bytes of ocad data at {}.", ocad_file_data.len(), rek_info.ocad_file_start); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Point` [INFO] [stdout] --> src/ocad.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Point(f64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rectangle` [INFO] [stdout] --> src/ocad.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Rectangle, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `point_object` [INFO] [stdout] --> src/ocad.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn point_object(symbol_number: i32, location: &Point, angle: f64) -> Object { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normal_as_point` [INFO] [stdout] --> src/geometry.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn normal_as_point(&self) -> Point3D { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `z_normal` [INFO] [stdout] --> src/geometry.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn z_normal(&self) -> f64 { self.normal[2] } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `distance_3d_to` [INFO] [stdout] --> src/dtm.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn distance_3d_to(&self, other: &Point3D) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cross` [INFO] [stdout] --> src/dtm.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn cross(&self, other: &Point3D) -> Point3D { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalized` [INFO] [stdout] --> src/dtm.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn normalized(&self) -> Point3D { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | Err(f) => { panic!(f.to_string()) } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 50 | Err(f) => { panic!("{}", f.to_string()) } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 50 | Err(f) => { std::panic::panic_any(f.to_string()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.snabbkarta.2c7caf68-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d.3zd5p7lninf13exq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "." "-L" "/opt/rustwide/target/debug/build/backtrace-sys-ef71cb6bd9a24e39/out" "-L" "/opt/rustwide/target/debug/build/ring-daf93e24177f023f/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lWMM" "-Wl,--no-whole-archive" "/opt/rustwide/target/debug/deps/libflo_curves-056d8fb97fef618f.rlib" "/opt/rustwide/target/debug/deps/libitertools-bb3b8d0e74b4ce6a.rlib" "/opt/rustwide/target/debug/deps/libroots-41fce07edf0610fb.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7e2f78584ac1a703.rlib" "/opt/rustwide/target/debug/deps/libdelaunator-0f36525e2b46117f.rlib" "/opt/rustwide/target/debug/deps/libdbase-b7c94bd9925ff0f1.rlib" "/opt/rustwide/target/debug/deps/libchrono-99fc0ff32b6a2fb8.rlib" "/opt/rustwide/target/debug/deps/libtime-4e2be5f6b98fd262.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-f2db0be4430c813a.rlib" "/opt/rustwide/target/debug/deps/libalga-0fb3ceff0392c98c.rlib" "/opt/rustwide/target/debug/deps/librand_distr-d095d84d802e316a.rlib" "/opt/rustwide/target/debug/deps/librand-69a6c00f9146a60e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-2d8a1f8e952d6dc2.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b5c8dfded0adc8de.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-0702336ae6d45f61.rlib" "/opt/rustwide/target/debug/deps/librand_core-bc69665e94f7f48d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-35c5947a7eb5735f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-a27444d356ed97df.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e3cd841594c6f894.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-a0a2c826da22be9e.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-791d7c3879ad8994.rlib" "/opt/rustwide/target/debug/deps/librawpointer-6aa2ca10ed178081.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-1f45eba0a9eeff1b.rlib" "/opt/rustwide/target/debug/deps/libtypenum-39b52715cc6761f9.rlib" "/opt/rustwide/target/debug/deps/libapprox-827f9563deeab934.rlib" "/opt/rustwide/target/debug/deps/libosm_xml-76513311848d5d5c.rlib" "/opt/rustwide/target/debug/deps/libxml-296de58adabfeb7d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/libfnv-7449a3f4573c4646.rlib" "/opt/rustwide/target/debug/deps/libminreq-2295dd864afbd034.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-59fb66f221df9951.rlib" "/opt/rustwide/target/debug/deps/librustls-124b984b8616fa73.rlib" "/opt/rustwide/target/debug/deps/libbase64-a8b095dd054a32ea.rlib" "/opt/rustwide/target/debug/deps/libsct-16b756b2dda71b14.rlib" "/opt/rustwide/target/debug/deps/libwebpki-9eef96f31472b0e2.rlib" "/opt/rustwide/target/debug/deps/libring-103dc0826464de1b.rlib" "/opt/rustwide/target/debug/deps/libspin-cb3920256b8b7cc3.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-764723c0570d254f.rlib" "/opt/rustwide/target/debug/deps/liblog-0c7114401eca8dd0.rlib" "/opt/rustwide/target/debug/deps/libgeo-0f3cdc77fa412b6e.rlib" "/opt/rustwide/target/debug/deps/libfailure-0aee634f7db02f48.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-25e74cd32773517b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1bbf6ec396d56191.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-f6813ff1cdbf72a4.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-4b762ac12fb34683.rlib" "/opt/rustwide/target/debug/deps/librstar-8fc3a8f295bc7af1.rlib" "/opt/rustwide/target/debug/deps/libpdqselect-9ff2224699b79260.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-7b9a1b3990f07832.rlib" "/opt/rustwide/target/debug/deps/libindicatif-6f2c394e659e05e3.rlib" "/opt/rustwide/target/debug/deps/libconsole-c20ea0d2909a7a09.rlib" "/opt/rustwide/target/debug/deps/libtermios-d14ae1c07a165fe4.rlib" "/opt/rustwide/target/debug/deps/libclicolors_control-b3dd92ca8010dccf.rlib" "/opt/rustwide/target/debug/deps/libregex-0f32ce6b22dc5001.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-32e86864522e4b4f.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-7bafa26c3d508367.rlib" "/opt/rustwide/target/debug/deps/liblaz-50c7b7e7f891bb32.rlib" "/opt/rustwide/target/debug/deps/librayon-3ec098f94734177d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2147d8eaec89033d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1a4de5b6e4a2590c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-45aa57381c1c998f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ffc2507ac7e30a1e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-e7d6dc2b29016baa.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-54968b23d97b033b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-506755c7eca3e021.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-2b57d9522de422df.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libeither-f749d773c0dea6de.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-01e89a4f2e966cdc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c5f792632ea8cd22.rlib" "/opt/rustwide/target/debug/deps/libcolored-2fe8696cecf17a42.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libgetopts-a3cd72e7e4f4f213.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-bbf70183f4a76aeb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lc" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/snabbkarta-9d8312f4bddb100d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: ./libWMM.a: member ./libWMM.a(magnetic_declination.o) in archive is not an object [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `snabbkarta` due to 2 previous errors; 11 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5ba5152893b9e60ebe4a31cc3a894e4f2a1244fae007f77305f6730ff25607b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ba5152893b9e60ebe4a31cc3a894e4f2a1244fae007f77305f6730ff25607b8", kill_on_drop: false }` [INFO] [stdout] 5ba5152893b9e60ebe4a31cc3a894e4f2a1244fae007f77305f6730ff25607b8