[INFO] crate hdbconnect 0.15.3 is already in cache [INFO] extracting crate hdbconnect 0.15.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/hdbconnect/0.15.3 [INFO] extracting crate hdbconnect 0.15.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hdbconnect/0.15.3 [INFO] validating manifest of hdbconnect-0.15.3 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 hdbconnect-0.15.3 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 hdbconnect-0.15.3 [INFO] finished frobbing hdbconnect-0.15.3 [INFO] frobbed toml for hdbconnect-0.15.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/hdbconnect/0.15.3/Cargo.toml [INFO] started frobbing hdbconnect-0.15.3 [INFO] finished frobbing hdbconnect-0.15.3 [INFO] frobbed toml for hdbconnect-0.15.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hdbconnect/0.15.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dist_tx v0.2.3 [INFO] [stderr] Downloaded serde_db v0.8.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hdbconnect-0.15.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hdbconnect/0.15.3:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] cede72033a2a3da68bf26e2fab033560410bd493c3ff935245b61c49b900ccd2 [INFO] running `"docker" "start" "-a" "cede72033a2a3da68bf26e2fab033560410bd493c3ff935245b61c49b900ccd2"` [INFO] [stderr] Compiling username v0.2.0 [INFO] [stderr] Compiling secstr v0.3.2 [INFO] [stderr] Compiling dist_tx v0.2.3 [INFO] [stderr] Compiling serde_db v0.8.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling bigdecimal v0.0.14 [INFO] [stderr] Compiling r2d2 v0.8.5 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling hdbconnect v0.15.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/authentication/scram_pbkdf2_sha256.rs:18:41 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn boxed_authenticator() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Authenticator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/authentication/scram_sha256.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn boxed_authenticator() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Authenticator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection.rs:371:47 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn get_resource_manager(&self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ResourceManager` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hdb_error.rs:117:32 [INFO] [stderr] | [INFO] [stderr] 117 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/part.rs:125:15 [INFO] [stderr] | [INFO] [stderr] 125 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/util.rs:8:42 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn parse_bytes(len: usize, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/util.rs:17:39 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn skip_bytes(n: usize, rdr: &mut std::io::BufRead) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | 0x00...0x7F | 0xC0...0xDF | 0xE0...0xEF | 0xF0...0xF7 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:51:27 [INFO] [stderr] | [INFO] [stderr] 51 | 0x00...0x7F | 0xC0...0xDF | 0xE0...0xEF | 0xF0...0xF7 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | 0x00...0x7F | 0xC0...0xDF | 0xE0...0xEF | 0xF0...0xF7 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:51:55 [INFO] [stderr] | [INFO] [stderr] 51 | 0x00...0x7F | 0xC0...0xDF | 0xE0...0xEF | 0xF0...0xF7 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | 0...7 => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | 0...5 => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:109:22 [INFO] [stderr] | [INFO] [stderr] 109 | None | Some(0...127) => Ok(0), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:110:18 [INFO] [stderr] | [INFO] [stderr] 110 | Some(0xC0...0xDF) => Ok(1), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:145:22 [INFO] [stderr] | [INFO] [stderr] 145 | None | Some(0...127) => Ok(0), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:146:18 [INFO] [stderr] | [INFO] [stderr] 146 | Some(0xC0...0xDF) => Ok(1), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | 0x00...0x7F => Cesu8CharType::One, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:258:17 [INFO] [stderr] | [INFO] [stderr] 258 | 0xC0...0xDF => Cesu8CharType::Two, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:262:18 [INFO] [stderr] | [INFO] [stderr] 262 | (0x00...0x7F, _) => Cesu8CharType::One, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:263:18 [INFO] [stderr] | [INFO] [stderr] 263 | (0xC0...0xDF, _) => Cesu8CharType::Two, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:264:24 [INFO] [stderr] | [INFO] [stderr] 264 | (0xED, 0xA0...0xAF) => Cesu8CharType::FirstHalfOfSurrogate, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:265:24 [INFO] [stderr] | [INFO] [stderr] 265 | (0xED, 0xB0...0xBF) => Cesu8CharType::SecondHalfOfSurrogate, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:266:18 [INFO] [stderr] | [INFO] [stderr] 266 | (0xE0...0xEF, 0x80...0xBF) => Cesu8CharType::Three, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/util.rs:266:31 [INFO] [stderr] | [INFO] [stderr] 266 | (0xE0...0xEF, 0x80...0xBF) => Cesu8CharType::Three, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/protocol/parts/authfields.rs:88:16 [INFO] [stderr] | [INFO] [stderr] 88 | 251...254 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:72:54 [INFO] [stderr] | [INFO] [stderr] 72 | LOBSTREAM(Option>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:195:63 [INFO] [stderr] | [INFO] [stderr] 195 | fn emit_type_id(&self, requested_type_id: TypeId, w: &mut std::io::Write) -> HdbResult { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:297:19 [INFO] [stderr] | [INFO] [stderr] 297 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:352:31 [INFO] [stderr] | [INFO] [stderr] 352 | fn emit_bool(b: bool, w: &mut std::io::Write) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:365:41 [INFO] [stderr] | [INFO] [stderr] 365 | fn parse_null(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:376:44 [INFO] [stderr] | [INFO] [stderr] 376 | fn parse_tinyint(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:384:45 [INFO] [stderr] | [INFO] [stderr] 384 | fn parse_smallint(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:391:40 [INFO] [stderr] | [INFO] [stderr] 391 | fn parse_int(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:398:43 [INFO] [stderr] | [INFO] [stderr] 398 | fn parse_bigint(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:406:41 [INFO] [stderr] | [INFO] [stderr] 406 | fn parse_real(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:427:43 [INFO] [stderr] | [INFO] [stderr] 427 | fn parse_double(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:448:41 [INFO] [stderr] | [INFO] [stderr] 448 | fn parse_bool(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:464:45 [INFO] [stderr] | [INFO] [stderr] 464 | fn parse_alphanum(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:500:15 [INFO] [stderr] | [INFO] [stderr] 500 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:531:15 [INFO] [stderr] | [INFO] [stderr] 531 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:555:45 [INFO] [stderr] | [INFO] [stderr] 555 | fn parse_length_and_bytes(l8: u8, rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:582:55 [INFO] [stderr] | [INFO] [stderr] 582 | pub(crate) fn emit_length_and_string(s: &str, w: &mut std::io::Write) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/hdb_value.rs:586:44 [INFO] [stderr] | [INFO] [stderr] 586 | fn emit_length_and_bytes(v: &[u8], w: &mut std::io::Write) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/option_value.rs:58:44 [INFO] [stderr] | [INFO] [stderr] 58 | fn parse_value(typecode: u8, rdr: &mut std::io::BufRead) -> HdbResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/option_value.rs:74:44 [INFO] [stderr] | [INFO] [stderr] 74 | fn emit_length_and_string(s: &str, w: &mut std::io::Write) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/option_value.rs:78:44 [INFO] [stderr] | [INFO] [stderr] 78 | fn emit_length_and_bytes(v: &[u8], w: &mut std::io::Write) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/option_value.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | fn parse_length_and_string(rdr: &mut std::io::BufRead) -> HdbResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/option_value.rs:88:38 [INFO] [stderr] | [INFO] [stderr] 88 | fn parse_length_and_binary(rdr: &mut std::io::BufRead) -> HdbResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/resultset.rs:406:59 [INFO] [stderr] | [INFO] [stderr] 406 | fn parse_rows(&mut self, no_of_rows: usize, rdr: &mut std::io::BufRead) -> HdbResult<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/parts/row.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/decimal.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/decimal.rs:54:41 [INFO] [stderr] | [INFO] [stderr] 54 | fn parse_null(nullable: bool, rdr: &mut std::io::BufRead) -> HdbResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/decimal.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | w: &mut std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/hdb_decimal.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/daydate.rs:83:15 [INFO] [stderr] | [INFO] [stderr] 83 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/longdate.rs:101:15 [INFO] [stderr] | [INFO] [stderr] 101 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/seconddate.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/secondtime.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:72:15 [INFO] [stderr] | [INFO] [stderr] 72 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | fn parse_lob_1(rdr: &mut std::io::BufRead) -> HdbResult<(bool, bool, bool)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:110:15 [INFO] [stderr] | [INFO] [stderr] 110 | rdr: &mut std::io::BufRead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::BufRead` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types_impl/lob/wire.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | w: &mut std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.70s [INFO] running `"docker" "inspect" "cede72033a2a3da68bf26e2fab033560410bd493c3ff935245b61c49b900ccd2"` [INFO] running `"docker" "rm" "-f" "cede72033a2a3da68bf26e2fab033560410bd493c3ff935245b61c49b900ccd2"` [INFO] [stdout] cede72033a2a3da68bf26e2fab033560410bd493c3ff935245b61c49b900ccd2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hdbconnect/0.15.3:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e3484861cee61af2441e661b6d3cf136947e3f45075e90824de316a91ef632f7 [INFO] running `"docker" "start" "-a" "e3484861cee61af2441e661b6d3cf136947e3f45075e90824de316a91ef632f7"` [INFO] [stderr] Compiling flexi_logger v0.11.5 [INFO] [stderr] Compiling hdbconnect v0.15.3 (/opt/crater/workdir) [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.test_036_bool.4t5zvrix-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132" "/opt/crater/target/debug/deps/test_036_bool-5e83911db68e5132.2i5ks9jbmprfqm9v.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libhdbconnect-39e499e1abaeda7f.rlib" "/opt/crater/target/debug/deps/libnum-0e87ab35fb3d980f.rlib" "/opt/crater/target/debug/deps/libnum_rational-d2bfd6206d6f478a.rlib" "/opt/crater/target/debug/deps/libnum_iter-efd7e1752d63f9f9.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libbigdecimal-a3c7edc2406b4be7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-65790e4cd918db8c.rlib" "/opt/crater/target/debug/deps/libcesu8-638ea413ff7a825b.rlib" "/opt/crater/target/debug/deps/libdist_tx-5e57e2abb7a364d8.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libhmac-93e424b944473bdb.rlib" "/opt/crater/target/debug/deps/libsha2-c601682a0634517a.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-1f0a919d61adda39.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libpbkdf2-b7ea961873170627.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-5d6683cda4481ffc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libsubtle-6de3194fbf72063a.rlib" "/opt/crater/target/debug/deps/libusername-31174f2ba282d735.rlib" "/opt/crater/target/debug/deps/libsecstr-ca23cd3a1bb018f4.rlib" "/opt/crater/target/debug/deps/libserde_db-865242be20ad7e6f.rlib" "/opt/crater/target/debug/deps/libr2d2-ae4c421a41c857a5.rlib" "/opt/crater/target/debug/deps/libscheduled_thread_pool-4843e96c206e7d12.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libparking_lot-1b932a95f1273ef2.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-e26d29fb8a2b16b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libflexi_logger-594cbe77aacd8ea3.rlib" "/opt/crater/target/debug/deps/libglob-1302d9689d3a3dcc.rlib" "/opt/crater/target/debug/deps/libchrono-c2a615dd3c9c5fb4.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.test_050_procedures.2i5yyfao-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0" "/opt/crater/target/debug/deps/test_050_procedures-82c9f5cb66c277c0.2y7590du4oxrf3md.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libhdbconnect-39e499e1abaeda7f.rlib" "/opt/crater/target/debug/deps/libnum-0e87ab35fb3d980f.rlib" "/opt/crater/target/debug/deps/libnum_rational-d2bfd6206d6f478a.rlib" "/opt/crater/target/debug/deps/libnum_iter-efd7e1752d63f9f9.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libbigdecimal-a3c7edc2406b4be7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-65790e4cd918db8c.rlib" "/opt/crater/target/debug/deps/libcesu8-638ea413ff7a825b.rlib" "/opt/crater/target/debug/deps/libdist_tx-5e57e2abb7a364d8.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libhmac-93e424b944473bdb.rlib" "/opt/crater/target/debug/deps/libsha2-c601682a0634517a.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-1f0a919d61adda39.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libpbkdf2-b7ea961873170627.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-5d6683cda4481ffc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libsubtle-6de3194fbf72063a.rlib" "/opt/crater/target/debug/deps/libusername-31174f2ba282d735.rlib" "/opt/crater/target/debug/deps/libsecstr-ca23cd3a1bb018f4.rlib" "/opt/crater/target/debug/deps/libserde_db-865242be20ad7e6f.rlib" "/opt/crater/target/debug/deps/libr2d2-ae4c421a41c857a5.rlib" "/opt/crater/target/debug/deps/libscheduled_thread_pool-4843e96c206e7d12.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libparking_lot-1b932a95f1273ef2.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-e26d29fb8a2b16b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libflexi_logger-594cbe77aacd8ea3.rlib" "/opt/crater/target/debug/deps/libglob-1302d9689d3a3dcc.rlib" "/opt/crater/target/debug/deps/libchrono-c2a615dd3c9c5fb4.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `hdbconnect`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `hdbconnect`. [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.test_027_small_decimals.epq390as-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d" "/opt/crater/target/debug/deps/test_027_small_decimals-d2e1140ffeb7d98d.eechf7oqck8ikcs.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libhdbconnect-39e499e1abaeda7f.rlib" "/opt/crater/target/debug/deps/libnum-0e87ab35fb3d980f.rlib" "/opt/crater/target/debug/deps/libnum_rational-d2bfd6206d6f478a.rlib" "/opt/crater/target/debug/deps/libnum_iter-efd7e1752d63f9f9.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libbigdecimal-a3c7edc2406b4be7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-65790e4cd918db8c.rlib" "/opt/crater/target/debug/deps/libcesu8-638ea413ff7a825b.rlib" "/opt/crater/target/debug/deps/libdist_tx-5e57e2abb7a364d8.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libhmac-93e424b944473bdb.rlib" "/opt/crater/target/debug/deps/libsha2-c601682a0634517a.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-1f0a919d61adda39.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libpbkdf2-b7ea961873170627.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-5d6683cda4481ffc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libsubtle-6de3194fbf72063a.rlib" "/opt/crater/target/debug/deps/libusername-31174f2ba282d735.rlib" "/opt/crater/target/debug/deps/libsecstr-ca23cd3a1bb018f4.rlib" "/opt/crater/target/debug/deps/libserde_db-865242be20ad7e6f.rlib" "/opt/crater/target/debug/deps/libr2d2-ae4c421a41c857a5.rlib" "/opt/crater/target/debug/deps/libscheduled_thread_pool-4843e96c206e7d12.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libparking_lot-1b932a95f1273ef2.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-e26d29fb8a2b16b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libflexi_logger-594cbe77aacd8ea3.rlib" "/opt/crater/target/debug/deps/libglob-1302d9689d3a3dcc.rlib" "/opt/crater/target/debug/deps/libchrono-c2a615dd3c9c5fb4.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-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 `hdbconnect`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e3484861cee61af2441e661b6d3cf136947e3f45075e90824de316a91ef632f7"` [INFO] running `"docker" "rm" "-f" "e3484861cee61af2441e661b6d3cf136947e3f45075e90824de316a91ef632f7"` [INFO] [stdout] e3484861cee61af2441e661b6d3cf136947e3f45075e90824de316a91ef632f7