[INFO] updating cached repository https://github.com/erikaderstedt/snabbkarta [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bb2b709eea34fdc108ac3b73268a61fcbddbd200 [INFO] testing erikaderstedt/snabbkarta against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikaderstedt%2Fsnabbkarta" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erikaderstedt/snabbkarta on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-9/source/Cargo.toml [INFO] crate git repo https://github.com/erikaderstedt/snabbkarta already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 94afa08743325b49ca03337968a31af6423997bda6e7bfa2974e9dabee7f796c [INFO] running `"docker" "start" "-a" "94afa08743325b49ca03337968a31af6423997bda6e7bfa2974e9dabee7f796c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling snabbkarta v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling roots v0.0.6 [INFO] [stderr] Compiling delaunator v0.2.0 [INFO] [stderr] Compiling ring v0.16.14 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling terminal_size v0.1.12 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling rstar v0.2.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling flo_curves v0.3.1 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling osm-xml v0.6.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling dbase v0.1.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling indicatif v0.13.0 [INFO] [stderr] Compiling laz v0.3.0 [INFO] [stderr] Compiling minreq v2.1.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling geo v0.12.2 [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/las.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `islands` [INFO] [stderr] --> src/cliffs.rs:92:25 [INFO] [stderr] | [INFO] [stderr] 92 | let (halfedges, islands) = cliff.split_into_outer_edge_and_islands(); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_islands` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/water_model.rs:285:13 [INFO] [stderr] | [INFO] [stderr] 285 | let mut marsh = Marsh { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Point` [INFO] [stderr] --> src/ocad.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | Point(f64), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `point_object` [INFO] [stderr] --> src/ocad.rs:89:12 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn point_object(symbol_number: i32, location: &Point, angle: f64) -> Object { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `normal_as_point` [INFO] [stderr] --> src/geometry.rs:117:12 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn normal_as_point(&self) -> Point3D { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `z_normal` [INFO] [stderr] --> src/geometry.rs:121:12 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn z_normal(&self) -> f64 { self.normal[2] } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `distance_3d_to` [INFO] [stderr] --> src/dtm.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn distance_3d_to(&self, other: &Point3D) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cross` [INFO] [stderr] --> src/dtm.rs:66:12 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn cross(&self, other: &Point3D) -> Point3D { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `normalized` [INFO] [stderr] --> src/dtm.rs:74:12 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn normalized(&self) -> Point3D { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `ABSORBTION_FACTOR` [INFO] [stderr] --> src/water_model.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | const ABSORBTION_FACTOR: f64 = 0.2f64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `NOT_ABSORBED` [INFO] [stderr] --> src/water_model.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const NOT_ABSORBED: f64 = 1f64 - ABSORBTION_FACTOR; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `RAIN_MM` [INFO] [stderr] --> src/water_model.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const RAIN_MM: f64 = 10f64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `RAIN_M` [INFO] [stderr] --> src/water_model.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | const RAIN_M: f64 = RAIN_MM*0.001; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `ITERATE_UNTIL_ONLY_THIS_MUCH_WATER_REMAINS` [INFO] [stderr] --> src/water_model.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | const ITERATE_UNTIL_ONLY_THIS_MUCH_WATER_REMAINS: f64 = 5f64; // cubic m [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `FLAT_TRIANGLE` [INFO] [stderr] --> src/water_model.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | const FLAT_TRIANGLE: f64 = 0.993f64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `DROPOFF` [INFO] [stderr] --> src/water_model.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | const DROPOFF: f64 = 50f64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `DIFFUSE_MARSH_LOWER_LIMIT` [INFO] [stderr] --> src/water_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | const DIFFUSE_MARSH_LOWER_LIMIT: f64 = RAIN_M*8.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `DIFFUSE_MARSH_UPPER_LIMIT` [INFO] [stderr] --> src/water_model.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | const DIFFUSE_MARSH_UPPER_LIMIT: f64 = RAIN_M*16.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `NORMAL_MARSH_LOWER_LIMIT` [INFO] [stderr] --> src/water_model.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | const NORMAL_MARSH_LOWER_LIMIT: f64 = RAIN_M*12.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `NORMAL_MARSH_UPPER_LIMIT` [INFO] [stderr] --> src/water_model.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | const NORMAL_MARSH_UPPER_LIMIT: f64 = RAIN_M*17.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `IMPASSABLE_MARSH_LOWER_LIMIT` [INFO] [stderr] --> src/water_model.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | const IMPASSABLE_MARSH_LOWER_LIMIT: f64 = RAIN_M*12.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `MIN_AREA_FOR_SEED` [INFO] [stderr] --> src/water_model.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | const MIN_AREA_FOR_SEED: f64 = 0.5f64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Diffuse` [INFO] [stderr] --> src/water_model.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | Diffuse, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Normal` [INFO] [stderr] --> src/water_model.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | Normal, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Impassable` [INFO] [stderr] --> src/water_model.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | Impassable, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `symbol` [INFO] [stderr] --> src/water_model.rs:40:8 [INFO] [stderr] | [INFO] [stderr] 40 | fn symbol(&self) -> i32 { match self { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `limits` [INFO] [stderr] --> src/water_model.rs:49:8 [INFO] [stderr] | [INFO] [stderr] 49 | fn limits(&self) -> (f64, f64) { match self { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `area_of_triangle_from_three_points` [INFO] [stderr] --> src/water_model.rs:113:4 [INFO] [stderr] | [INFO] [stderr] 113 | fn area_of_triangle_from_three_points(p0: &Point3D, p1: &Point3D, p2: &Point3D) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `rain_on` [INFO] [stderr] --> src/water_model.rs:122:8 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn rain_on(dtm: &mut DigitalTerrainModel, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.snabbkarta.6u352nw4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039" "/opt/rustwide/target/debug/deps/snabbkarta-efbbffec3ee97039.450gq2adwcywt6c0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "." "-L" "/opt/rustwide/target/debug/build/ring-4e461008829aa78d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-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-0151ff394c749302.rlib" "/opt/rustwide/target/debug/deps/libitertools-fa685df2bd799190.rlib" "/opt/rustwide/target/debug/deps/libroots-f5e93cfc4c4a0b92.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0ffc8bb136e2289a.rlib" "/opt/rustwide/target/debug/deps/libdelaunator-2489167e5058e198.rlib" "/opt/rustwide/target/debug/deps/libdbase-90c1dedd44f40645.rlib" "/opt/rustwide/target/debug/deps/libchrono-51e05f5c8ca6668c.rlib" "/opt/rustwide/target/debug/deps/libtime-23183ca53583039d.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-c3019fc94d42edfe.rlib" "/opt/rustwide/target/debug/deps/libalga-44867111bf5061d0.rlib" "/opt/rustwide/target/debug/deps/librand_distr-a71e058d3c4787b4.rlib" "/opt/rustwide/target/debug/deps/librand-0bd510cc29def9c8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cbc353f939835b14.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-89ee3c0039048a85.rlib" "/opt/rustwide/target/debug/deps/librand_core-60ac4ba9e620f645.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-69c095bce0e5b2ab.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-63c692751f70d2c6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b241e765bbeee0f1.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-27c05ffb2ae360f0.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-2b849a7a8ae6906e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-144ad41b6bbe73b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-50c1c0e9a43d8246.rlib" "/opt/rustwide/target/debug/deps/libtypenum-39ed46c8e7bd0d00.rlib" "/opt/rustwide/target/debug/deps/libapprox-ca51c80f354f9c95.rlib" "/opt/rustwide/target/debug/deps/libosm_xml-316ec0cbee546fc7.rlib" "/opt/rustwide/target/debug/deps/libxml-926bf13f58863895.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libfnv-d46cc828847a1306.rlib" "/opt/rustwide/target/debug/deps/libminreq-28200390437fbb7e.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-efa46dace275a7d6.rlib" "/opt/rustwide/target/debug/deps/librustls-4ddc3ffcf96a7372.rlib" "/opt/rustwide/target/debug/deps/libbase64-9bdd4c86202f68fa.rlib" "/opt/rustwide/target/debug/deps/libsct-5ef8b743f62c2adb.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6508d79f6654bb13.rlib" "/opt/rustwide/target/debug/deps/libring-a0a46f176b62ff1e.rlib" "/opt/rustwide/target/debug/deps/libspin-e4599023e54ac53a.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e52bec9feae0df98.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-9c17e437a3b678c7.rlib" "/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib" "/opt/rustwide/target/debug/deps/libgeo-8005c9bd69b113e4.rlib" "/opt/rustwide/target/debug/deps/libfailure-958bfb198262a275.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2603cfdb11ebad36.rlib" "/opt/rustwide/target/debug/deps/libobject-28d15ce18808e2c6.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-ecb9f5e624d94a20.rlib" "/opt/rustwide/target/debug/deps/libgimli-9c3a14f143e50336.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-07258c0acdb1147d.rlib" "/opt/rustwide/target/debug/deps/librstar-936c4c8f461c4ff9.rlib" "/opt/rustwide/target/debug/deps/libpdqselect-08b11b156ad8c27e.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-3cce9c26456fd26f.rlib" "/opt/rustwide/target/debug/deps/liblaz-a751b3f8fa2c0cac.rlib" "/opt/rustwide/target/debug/deps/librayon-df545278218dc866.rlib" "/opt/rustwide/target/debug/deps/librayon_core-b30c35e218e5c37c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-210e4113cdbae879.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-42c99cebd20ee05b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a9e0d04c077c91e1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-eb28c5bd8246c8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5c24e8767944acb0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libeither-667bb5f36f496548.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ab8ecb6c4ae034d0.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libcolored-6cff20f2777b2aad.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libatty-732074f349571b64.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libgetopts-efd928e7ebdb8ec1.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: ./libWMM.a: member ./libWMM.a(magnetic_declination.o) in archive is not an object [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 30 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `snabbkarta`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "94afa08743325b49ca03337968a31af6423997bda6e7bfa2974e9dabee7f796c"` [INFO] running `"docker" "rm" "-f" "94afa08743325b49ca03337968a31af6423997bda6e7bfa2974e9dabee7f796c"` [INFO] [stdout] 94afa08743325b49ca03337968a31af6423997bda6e7bfa2974e9dabee7f796c