[INFO] updating cached repository alanpoon/hardback_server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alanpoon/hardback_server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alanpoon/hardback_server" "work/ex/beta-1.38-1/sources/1.37.0/gh/alanpoon/hardback_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/alanpoon/hardback_server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alanpoon/hardback_server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alanpoon/hardback_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alanpoon/hardback_server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5398d732703e718b6f1a2a29f25bc7b8423f31ad [INFO] sha for GitHub repo alanpoon/hardback_server: 5398d732703e718b6f1a2a29f25bc7b8423f31ad [INFO] validating manifest of alanpoon/hardback_server on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alanpoon/hardback_server on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing alanpoon/hardback_server [INFO] finished frobbing alanpoon/hardback_server [INFO] frobbed toml for alanpoon/hardback_server written to work/ex/beta-1.38-1/sources/1.37.0/gh/alanpoon/hardback_server/Cargo.toml [INFO] started frobbing alanpoon/hardback_server [INFO] finished frobbing alanpoon/hardback_server [INFO] frobbed toml for alanpoon/hardback_server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alanpoon/hardback_server/Cargo.toml [INFO] crate alanpoon/hardback_server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing alanpoon/hardback_server against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/alanpoon/hardback_server:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 8b8b7ae286b94d5e4f3e9b0c187e89ec5a2f5d3d9b86e5f4f244ffa861b436cf [INFO] running `"docker" "start" "-a" "8b8b7ae286b94d5e4f3e9b0c187e89ec5a2f5d3d9b86e5f4f244ffa861b436cf"` [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling futures v0.1.15 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling openssl v0.9.17 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling serde v1.0.14 [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling cardgame_macros v0.1.0 (https://github.com/alanpoon/cardgame_macros.git#8e3a6e0c) [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling libflate v0.1.11 [INFO] [stderr] Compiling itertools v0.6.3 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.14 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling mime v0.3.3 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling hardback_codec v0.1.0 (https://github.com/alanpoon/hardback_codec.git#3f3e30dc) [INFO] [stderr] Compiling websocket v0.20.2 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling rust_wordnik v0.1.0 (https://github.com/alanpoon/rust_wordnik.git#9a6440c7) [INFO] [stderr] Compiling hardback_server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_logic/resolve_cards.rs:204:53 [INFO] [stderr] | [INFO] [stderr] 204 | Box, [INFO] [stderr] 206 | | &mut Vec)>)>> = [INFO] [stderr] | |_______________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 204 | Box, [INFO] [stderr] 206 | &mut Vec)>)>> = [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/game_logic/board.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | / wait_for_input.iter_mut().map(move| x|{ [INFO] [stderr] 55 | | let j = format!("Player {} has played a card to force other players to lose a ink or ink remover.", [INFO] [stderr] 56 | | player_id); [INFO] [stderr] 57 | | let _g: WaitForSingleInput= [INFO] [stderr] ... | [INFO] [stderr] 65 | | x.push(Some(_g)); [INFO] [stderr] 66 | | }).collect::>(); [INFO] [stderr] | |________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | / self.connections [INFO] [stderr] 56 | | .iter_mut() [INFO] [stderr] 57 | | .filter(|&(_, ref con)| con.table == Some(table_num)) [INFO] [stderr] 58 | | .map(|(_, con)| { [INFO] [stderr] ... | [INFO] [stderr] 61 | | }) [INFO] [stderr] 62 | | .collect::>(); [INFO] [stderr] | |__________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | / self.connections [INFO] [stderr] 97 | | .iter() [INFO] [stderr] 98 | | .filter(|&(_, ref con)| con.game_started == false) [INFO] [stderr] 99 | | .map(|(_, con)| { [INFO] [stderr] ... | [INFO] [stderr] 111 | | }) [INFO] [stderr] 112 | | .collect::>(); [INFO] [stderr] | |__________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:167:37 [INFO] [stderr] | [INFO] [stderr] 167 | / self.connections [INFO] [stderr] 168 | | .iter_mut() [INFO] [stderr] 169 | | .filter(|&(_, ref c)| c.table == tl) [INFO] [stderr] 170 | | .map(|(_, c)| c.game_started = true) [INFO] [stderr] 171 | | .collect::>(); [INFO] [stderr] | |______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:187:25 [INFO] [stderr] | [INFO] [stderr] 187 | / iter_lobby.filter(|&(_, ref c)| c.table == tl) [INFO] [stderr] 188 | | .map(|(_, c)| c.number_of_player = _change_players.clone()) [INFO] [stderr] 189 | | .collect::>(); [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | / iter_lobby.filter(|&(_, c)| if _location == "lobby" { [INFO] [stderr] 217 | | c.game_started == false [INFO] [stderr] 218 | | } else { [INFO] [stderr] 219 | | c.table == table_n [INFO] [stderr] ... | [INFO] [stderr] 227 | | }) [INFO] [stderr] 228 | | .collect::>(); [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "8b8b7ae286b94d5e4f3e9b0c187e89ec5a2f5d3d9b86e5f4f244ffa861b436cf"` [INFO] running `"docker" "rm" "-f" "8b8b7ae286b94d5e4f3e9b0c187e89ec5a2f5d3d9b86e5f4f244ffa861b436cf"` [INFO] [stdout] 8b8b7ae286b94d5e4f3e9b0c187e89ec5a2f5d3d9b86e5f4f244ffa861b436cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/alanpoon/hardback_server:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e7a7d506424fdcc0e371539f20e6d2a961f959568ca90f5b66924c860375a8aa [INFO] running `"docker" "start" "-a" "e7a7d506424fdcc0e371539f20e6d2a961f959568ca90f5b66924c860375a8aa"` [INFO] [stderr] Compiling hardback_server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/endgame.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/start_game.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/start_game.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/mystery_uncover.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/romance.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/timeless.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_logic/resolve_cards.rs:204:53 [INFO] [stderr] | [INFO] [stderr] 204 | Box, [INFO] [stderr] 206 | | &mut Vec)>)>> = [INFO] [stderr] | |_______________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 204 | Box, [INFO] [stderr] 206 | &mut Vec)>)>> = [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/overlay.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/game_logic/board.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | / wait_for_input.iter_mut().map(move| x|{ [INFO] [stderr] 55 | | let j = format!("Player {} has played a card to force other players to lose a ink or ink remover.", [INFO] [stderr] 56 | | player_id); [INFO] [stderr] 57 | | let _g: WaitForSingleInput= [INFO] [stderr] ... | [INFO] [stderr] 65 | | x.push(Some(_g)); [INFO] [stderr] 66 | | }).collect::>(); [INFO] [stderr] | |________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | / self.connections [INFO] [stderr] 56 | | .iter_mut() [INFO] [stderr] 57 | | .filter(|&(_, ref con)| con.table == Some(table_num)) [INFO] [stderr] 58 | | .map(|(_, con)| { [INFO] [stderr] ... | [INFO] [stderr] 61 | | }) [INFO] [stderr] 62 | | .collect::>(); [INFO] [stderr] | |__________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | / self.connections [INFO] [stderr] 97 | | .iter() [INFO] [stderr] 98 | | .filter(|&(_, ref con)| con.game_started == false) [INFO] [stderr] 99 | | .map(|(_, con)| { [INFO] [stderr] ... | [INFO] [stderr] 111 | | }) [INFO] [stderr] 112 | | .collect::>(); [INFO] [stderr] | |__________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:167:37 [INFO] [stderr] | [INFO] [stderr] 167 | / self.connections [INFO] [stderr] 168 | | .iter_mut() [INFO] [stderr] 169 | | .filter(|&(_, ref c)| c.table == tl) [INFO] [stderr] 170 | | .map(|(_, c)| c.game_started = true) [INFO] [stderr] 171 | | .collect::>(); [INFO] [stderr] | |______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:187:25 [INFO] [stderr] | [INFO] [stderr] 187 | / iter_lobby.filter(|&(_, ref c)| c.table == tl) [INFO] [stderr] 188 | | .map(|(_, c)| c.number_of_player = _change_players.clone()) [INFO] [stderr] 189 | | .collect::>(); [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lobby/mod.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | / iter_lobby.filter(|&(_, c)| if _location == "lobby" { [INFO] [stderr] 217 | | c.game_started == false [INFO] [stderr] 218 | | } else { [INFO] [stderr] 219 | | c.table == table_n [INFO] [stderr] ... | [INFO] [stderr] 227 | | }) [INFO] [stderr] 228 | | .collect::>(); [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> tests/game_log.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `hardback_server`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name game_log tests/game_log.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=ae9cd71356072360 -C extra-filename=-ae9cd71356072360 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern cardgame_macros=/opt/crater/target/debug/deps/libcardgame_macros-b85638b6d4e2b6e3.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-0502d414c1fc14dd.rlib --extern hardback_codec=/opt/crater/target/debug/deps/libhardback_codec-5649a165cdbbad9c.rlib --extern hardback_server=/opt/crater/target/debug/deps/libhardback_server-43ebc035f9ba2113.rlib --extern itertools=/opt/crater/target/debug/deps/libitertools-ab85882fb486c7f1.rlib --extern rand=/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib --extern rust_wordnik=/opt/crater/target/debug/deps/librust_wordnik-c4794e191166a244.rlib --extern serde=/opt/crater/target/debug/deps/libserde-43674228a4717d06.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-dbd509282c2b9ccf.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0416280dea469859.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9c973830368cd54a.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-abaebb54d2c95358.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `hardback_server`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name parse_game_log tests/parse_game_log.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=0f6d53b54bea1203 -C extra-filename=-0f6d53b54bea1203 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern cardgame_macros=/opt/crater/target/debug/deps/libcardgame_macros-b85638b6d4e2b6e3.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-0502d414c1fc14dd.rlib --extern hardback_codec=/opt/crater/target/debug/deps/libhardback_codec-5649a165cdbbad9c.rlib --extern hardback_server=/opt/crater/target/debug/deps/libhardback_server-43ebc035f9ba2113.rlib --extern itertools=/opt/crater/target/debug/deps/libitertools-ab85882fb486c7f1.rlib --extern rand=/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib --extern rust_wordnik=/opt/crater/target/debug/deps/librust_wordnik-c4794e191166a244.rlib --extern serde=/opt/crater/target/debug/deps/libserde-43674228a4717d06.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-dbd509282c2b9ccf.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0416280dea469859.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9c973830368cd54a.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-abaebb54d2c95358.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.endgame.b1pexwh3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf" "/opt/crater/target/debug/deps/endgame-a05ff76e153385bf.5bcmyc8q4fwsai3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libhardback_server-43ebc035f9ba2113.rlib" "/opt/crater/target/debug/deps/libitertools-ab85882fb486c7f1.rlib" "/opt/crater/target/debug/deps/libeither-af2b4f5d57459d8c.rlib" "/opt/crater/target/debug/deps/libhardback_codec-5649a165cdbbad9c.rlib" "/opt/crater/target/debug/deps/libchrono-36efc6f28c0d646c.rlib" "/opt/crater/target/debug/deps/libnum_integer-a0cd07deade62d39.rlib" "/opt/crater/target/debug/deps/libnum_traits-6fcbcb1c96aaee98.rlib" "/opt/crater/target/debug/deps/libcardgame_macros-b85638b6d4e2b6e3.rlib" "/opt/crater/target/debug/deps/librust_wordnik-c4794e191166a244.rlib" "/opt/crater/target/debug/deps/libreqwest-359be797e990eb5f.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-344e7c447771a76f.rlib" "/opt/crater/target/debug/deps/libserde_json-0416280dea469859.rlib" "/opt/crater/target/debug/deps/libdtoa-dbece04ab2440d63.rlib" "/opt/crater/target/debug/deps/libitoa-38aa87b78eddd9c3.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/libserde-43674228a4717d06.rlib" "/opt/crater/target/debug/deps/liblibflate-5118ff04f691cbcf.rlib" "/opt/crater/target/debug/deps/libadler32-57388d7593be9e79.rlib" "/opt/crater/target/debug/deps/libhyper_tls-19888f4050cb894c.rlib" "/opt/crater/target/debug/deps/libhyper-d649451f929752ae.rlib" "/opt/crater/target/debug/deps/libtokio_proto-7702a0d564efc291.rlib" "/opt/crater/target/debug/deps/libtokio_service-d18cd1c6cb46606c.rlib" "/opt/crater/target/debug/deps/libtake-b3deecc5ce1ba025.rlib" "/opt/crater/target/debug/deps/libsmallvec-3645e21488d3716e.rlib" "/opt/crater/target/debug/deps/libmime-b94ff1ba6c45bc2d.rlib" "/opt/crater/target/debug/deps/libunicase-6ddc7f5da8771111.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-6ad8967b87215614.rlib" "/opt/crater/target/debug/deps/libwebsocket-abaebb54d2c95358.rlib" "/opt/crater/target/debug/deps/libtokio_tls-2db6215c4d5c1ff2.rlib" "/opt/crater/target/debug/deps/libtokio_core-9c973830368cd54a.rlib" "/opt/crater/target/debug/deps/libscoped_tls-95084f4484ab1532.rlib" "/opt/crater/target/debug/deps/libtokio_io-b89acbe0942673a4.rlib" "/opt/crater/target/debug/deps/libmio-e69d5da2fed9b18e.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/libnet2-1d5447b1532b5447.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/liblazycell-569b19d10307f11e.rlib" "/opt/crater/target/debug/deps/libfutures-0502d414c1fc14dd.rlib" "/opt/crater/target/debug/deps/libbytes-f1dcb12d5d0e80f4.rlib" "/opt/crater/target/debug/deps/libiovec-57ceed962d22c888.rlib" "/opt/crater/target/debug/deps/libnative_tls-0ec35a6235f59b6b.rlib" "/opt/crater/target/debug/deps/libopenssl-b29797d833c42fb7.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-2ddf2de550faebf7.rlib" "/opt/crater/target/debug/deps/liblazy_static-ccea4a44c4af410d.rlib" "/opt/crater/target/debug/deps/libforeign_types-47fd4dbd69e06379.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libbase64-5840a5a0136fdef2.rlib" "/opt/crater/target/debug/deps/libsha1-f9b7c90a806f45da.rlib" "/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib" "/opt/crater/target/debug/deps/libhyper-9866e5966b5124cc.rlib" "/opt/crater/target/debug/deps/libmime-b2ea1087ad0e625a.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-5d1712850356e50a.rlib" "/opt/crater/target/debug/deps/libhttparse-3c23f16abbac927e.rlib" "/opt/crater/target/debug/deps/libunicase-69eee6c2b8bb72d4.rlib" "/opt/crater/target/debug/deps/liburl-e9f90c00fcd16b25.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-da57fc2ee5b23e3d.rlib" "/opt/crater/target/debug/deps/libidna-f2f59474bdd7b6b8.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-c01f82de3d845d74.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-4aec038661d98415.rlib" "/opt/crater/target/debug/deps/libmatches-30795f3b92df29f5.rlib" "/opt/crater/target/debug/deps/libtime-5425f29d15f71c75.rlib" "/opt/crater/target/debug/deps/liblibc-7a0d5ea43554a001.rlib" "/opt/crater/target/debug/deps/libbase64-7e8399672f4ad4d2.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libbyteorder-318108ede77daca1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `hardback_server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/overlay-200d811495522a19.overlay.e3tlgchh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/overlay-200d811495522a19" "/opt/crater/target/debug/deps/overlay-200d811495522a19.izwex5ed9c1aq50.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libhardback_server-43ebc035f9ba2113.rlib" "/opt/crater/target/debug/deps/libitertools-ab85882fb486c7f1.rlib" "/opt/crater/target/debug/deps/libeither-af2b4f5d57459d8c.rlib" "/opt/crater/target/debug/deps/libhardback_codec-5649a165cdbbad9c.rlib" "/opt/crater/target/debug/deps/libchrono-36efc6f28c0d646c.rlib" "/opt/crater/target/debug/deps/libnum_integer-a0cd07deade62d39.rlib" "/opt/crater/target/debug/deps/libnum_traits-6fcbcb1c96aaee98.rlib" "/opt/crater/target/debug/deps/libcardgame_macros-b85638b6d4e2b6e3.rlib" "/opt/crater/target/debug/deps/librust_wordnik-c4794e191166a244.rlib" "/opt/crater/target/debug/deps/libreqwest-359be797e990eb5f.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-344e7c447771a76f.rlib" "/opt/crater/target/debug/deps/libserde_json-0416280dea469859.rlib" "/opt/crater/target/debug/deps/libdtoa-dbece04ab2440d63.rlib" "/opt/crater/target/debug/deps/libitoa-38aa87b78eddd9c3.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/libserde-43674228a4717d06.rlib" "/opt/crater/target/debug/deps/liblibflate-5118ff04f691cbcf.rlib" "/opt/crater/target/debug/deps/libadler32-57388d7593be9e79.rlib" "/opt/crater/target/debug/deps/libhyper_tls-19888f4050cb894c.rlib" "/opt/crater/target/debug/deps/libhyper-d649451f929752ae.rlib" "/opt/crater/target/debug/deps/libtokio_proto-7702a0d564efc291.rlib" "/opt/crater/target/debug/deps/libtokio_service-d18cd1c6cb46606c.rlib" "/opt/crater/target/debug/deps/libtake-b3deecc5ce1ba025.rlib" "/opt/crater/target/debug/deps/libsmallvec-3645e21488d3716e.rlib" "/opt/crater/target/debug/deps/libmime-b94ff1ba6c45bc2d.rlib" "/opt/crater/target/debug/deps/libunicase-6ddc7f5da8771111.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-6ad8967b87215614.rlib" "/opt/crater/target/debug/deps/libwebsocket-abaebb54d2c95358.rlib" "/opt/crater/target/debug/deps/libtokio_tls-2db6215c4d5c1ff2.rlib" "/opt/crater/target/debug/deps/libtokio_core-9c973830368cd54a.rlib" "/opt/crater/target/debug/deps/libscoped_tls-95084f4484ab1532.rlib" "/opt/crater/target/debug/deps/libtokio_io-b89acbe0942673a4.rlib" "/opt/crater/target/debug/deps/libmio-e69d5da2fed9b18e.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/libnet2-1d5447b1532b5447.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/liblazycell-569b19d10307f11e.rlib" "/opt/crater/target/debug/deps/libfutures-0502d414c1fc14dd.rlib" "/opt/crater/target/debug/deps/libbytes-f1dcb12d5d0e80f4.rlib" "/opt/crater/target/debug/deps/libiovec-57ceed962d22c888.rlib" "/opt/crater/target/debug/deps/libnative_tls-0ec35a6235f59b6b.rlib" "/opt/crater/target/debug/deps/libopenssl-b29797d833c42fb7.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-2ddf2de550faebf7.rlib" "/opt/crater/target/debug/deps/liblazy_static-ccea4a44c4af410d.rlib" "/opt/crater/target/debug/deps/libforeign_types-47fd4dbd69e06379.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libbase64-5840a5a0136fdef2.rlib" "/opt/crater/target/debug/deps/libsha1-f9b7c90a806f45da.rlib" "/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib" "/opt/crater/target/debug/deps/libhyper-9866e5966b5124cc.rlib" "/opt/crater/target/debug/deps/libmime-b2ea1087ad0e625a.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-5d1712850356e50a.rlib" "/opt/crater/target/debug/deps/libhttparse-3c23f16abbac927e.rlib" "/opt/crater/target/debug/deps/libunicase-69eee6c2b8bb72d4.rlib" "/opt/crater/target/debug/deps/liburl-e9f90c00fcd16b25.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-da57fc2ee5b23e3d.rlib" "/opt/crater/target/debug/deps/libidna-f2f59474bdd7b6b8.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-c01f82de3d845d74.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-4aec038661d98415.rlib" "/opt/crater/target/debug/deps/libmatches-30795f3b92df29f5.rlib" "/opt/crater/target/debug/deps/libtime-5425f29d15f71c75.rlib" "/opt/crater/target/debug/deps/liblibc-7a0d5ea43554a001.rlib" "/opt/crater/target/debug/deps/libbase64-7e8399672f4ad4d2.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libbyteorder-318108ede77daca1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `hardback_server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.mystery_uncover.7khqfvef-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699" "/opt/crater/target/debug/deps/mystery_uncover-e4968f6189a34699.3p74bljqtm0mze31.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libhardback_server-43ebc035f9ba2113.rlib" "/opt/crater/target/debug/deps/libitertools-ab85882fb486c7f1.rlib" "/opt/crater/target/debug/deps/libeither-af2b4f5d57459d8c.rlib" "/opt/crater/target/debug/deps/libhardback_codec-5649a165cdbbad9c.rlib" "/opt/crater/target/debug/deps/libchrono-36efc6f28c0d646c.rlib" "/opt/crater/target/debug/deps/libnum_integer-a0cd07deade62d39.rlib" "/opt/crater/target/debug/deps/libnum_traits-6fcbcb1c96aaee98.rlib" "/opt/crater/target/debug/deps/libcardgame_macros-b85638b6d4e2b6e3.rlib" "/opt/crater/target/debug/deps/librust_wordnik-c4794e191166a244.rlib" "/opt/crater/target/debug/deps/libreqwest-359be797e990eb5f.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-344e7c447771a76f.rlib" "/opt/crater/target/debug/deps/libserde_json-0416280dea469859.rlib" "/opt/crater/target/debug/deps/libdtoa-dbece04ab2440d63.rlib" "/opt/crater/target/debug/deps/libitoa-38aa87b78eddd9c3.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/libserde-43674228a4717d06.rlib" "/opt/crater/target/debug/deps/liblibflate-5118ff04f691cbcf.rlib" "/opt/crater/target/debug/deps/libadler32-57388d7593be9e79.rlib" "/opt/crater/target/debug/deps/libhyper_tls-19888f4050cb894c.rlib" "/opt/crater/target/debug/deps/libhyper-d649451f929752ae.rlib" "/opt/crater/target/debug/deps/libtokio_proto-7702a0d564efc291.rlib" "/opt/crater/target/debug/deps/libtokio_service-d18cd1c6cb46606c.rlib" "/opt/crater/target/debug/deps/libtake-b3deecc5ce1ba025.rlib" "/opt/crater/target/debug/deps/libsmallvec-3645e21488d3716e.rlib" "/opt/crater/target/debug/deps/libmime-b94ff1ba6c45bc2d.rlib" "/opt/crater/target/debug/deps/libunicase-6ddc7f5da8771111.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-6ad8967b87215614.rlib" "/opt/crater/target/debug/deps/libwebsocket-abaebb54d2c95358.rlib" "/opt/crater/target/debug/deps/libtokio_tls-2db6215c4d5c1ff2.rlib" "/opt/crater/target/debug/deps/libtokio_core-9c973830368cd54a.rlib" "/opt/crater/target/debug/deps/libscoped_tls-95084f4484ab1532.rlib" "/opt/crater/target/debug/deps/libtokio_io-b89acbe0942673a4.rlib" "/opt/crater/target/debug/deps/libmio-e69d5da2fed9b18e.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/libnet2-1d5447b1532b5447.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/liblazycell-569b19d10307f11e.rlib" "/opt/crater/target/debug/deps/libfutures-0502d414c1fc14dd.rlib" "/opt/crater/target/debug/deps/libbytes-f1dcb12d5d0e80f4.rlib" "/opt/crater/target/debug/deps/libiovec-57ceed962d22c888.rlib" "/opt/crater/target/debug/deps/libnative_tls-0ec35a6235f59b6b.rlib" "/opt/crater/target/debug/deps/libopenssl-b29797d833c42fb7.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-2ddf2de550faebf7.rlib" "/opt/crater/target/debug/deps/liblazy_static-ccea4a44c4af410d.rlib" "/opt/crater/target/debug/deps/libforeign_types-47fd4dbd69e06379.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libbase64-5840a5a0136fdef2.rlib" "/opt/crater/target/debug/deps/libsha1-f9b7c90a806f45da.rlib" "/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib" "/opt/crater/target/debug/deps/libhyper-9866e5966b5124cc.rlib" "/opt/crater/target/debug/deps/libmime-b2ea1087ad0e625a.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-5d1712850356e50a.rlib" "/opt/crater/target/debug/deps/libhttparse-3c23f16abbac927e.rlib" "/opt/crater/target/debug/deps/libunicase-69eee6c2b8bb72d4.rlib" "/opt/crater/target/debug/deps/liburl-e9f90c00fcd16b25.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-da57fc2ee5b23e3d.rlib" "/opt/crater/target/debug/deps/libidna-f2f59474bdd7b6b8.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-c01f82de3d845d74.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-4aec038661d98415.rlib" "/opt/crater/target/debug/deps/libmatches-30795f3b92df29f5.rlib" "/opt/crater/target/debug/deps/libtime-5425f29d15f71c75.rlib" "/opt/crater/target/debug/deps/liblibc-7a0d5ea43554a001.rlib" "/opt/crater/target/debug/deps/libbase64-7e8399672f4ad4d2.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libbyteorder-318108ede77daca1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `hardback_server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e7a7d506424fdcc0e371539f20e6d2a961f959568ca90f5b66924c860375a8aa"` [INFO] running `"docker" "rm" "-f" "e7a7d506424fdcc0e371539f20e6d2a961f959568ca90f5b66924c860375a8aa"` [INFO] [stdout] e7a7d506424fdcc0e371539f20e6d2a961f959568ca90f5b66924c860375a8aa