[INFO] fetching crate agnes 0.3.2... [INFO] testing agnes-0.3.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate agnes 0.3.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate agnes 0.3.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate agnes 0.3.2 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate agnes 0.3.2 [INFO] tweaked toml for crates.io crate agnes 0.3.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indexmap v0.4.1 [INFO] [stderr] Downloaded rustfix v0.4.6 [INFO] [stderr] Downloaded prettytable-rs v0.6.7 [INFO] [stderr] Downloaded csv-sniffer v0.1.1 [INFO] [stderr] Downloaded tester v0.6.0 [INFO] [stderr] Downloaded compiletest_rs v0.3.26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff8bd1b238cba5dc81438ce956e3ffc4e326871ae0c6d307e6a06ff079faefde [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ff8bd1b238cba5dc81438ce956e3ffc4e326871ae0c6d307e6a06ff079faefde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff8bd1b238cba5dc81438ce956e3ffc4e326871ae0c6d307e6a06ff079faefde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff8bd1b238cba5dc81438ce956e3ffc4e326871ae0c6d307e6a06ff079faefde", kill_on_drop: false }` [INFO] [stdout] ff8bd1b238cba5dc81438ce956e3ffc4e326871ae0c6d307e6a06ff079faefde [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84e8592fe4ce1a6a2567753045032a2fa565042b7d6678c8df6055cb3899258f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "84e8592fe4ce1a6a2567753045032a2fa565042b7d6678c8df6055cb3899258f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling indexmap v0.4.1 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling csv-sniffer v0.1.1 [INFO] [stderr] Compiling agnes v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:86:44 [INFO] [stdout] | [INFO] [stdout] 86 | AgnesError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | AgnesError::Net(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:88:45 [INFO] [stdout] | [INFO] [stdout] 88 | AgnesError::Csv(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:89:52 [INFO] [stdout] | [INFO] [stdout] 89 | AgnesError::CsvSniffer(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | AgnesError::Parse(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:148:43 [INFO] [stdout] | [INFO] [stdout] 148 | NetError::Uri(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:150:43 [INFO] [stdout] | [INFO] [stdout] 150 | NetError::Tls(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:151:44 [INFO] [stdout] | [INFO] [stdout] 151 | NetError::Http(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:192:45 [INFO] [stdout] | [INFO] [stdout] 192 | ParseError::Int(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | ParseError::Bool(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | ParseError::Float(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:195:45 [INFO] [stdout] | [INFO] [stdout] 195 | ParseError::Str(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/source/file.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | let mut core = Core::new()?; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/source/file.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | let mut core = Core::new()?; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | mem::replace(&mut buf, tmp); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | mem::replace(response_state, State::Body { body, buffer: buf }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | / mem::replace( [INFO] [stdout] 253 | | response_state, [INFO] [stdout] 254 | | State::Body { [INFO] [stdout] 255 | | body: body.into_future(), [INFO] [stdout] 256 | | buffer: buf, [INFO] [stdout] 257 | | }, [INFO] [stdout] 258 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | mem::replace(response_state, State::Empty); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "84e8592fe4ce1a6a2567753045032a2fa565042b7d6678c8df6055cb3899258f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84e8592fe4ce1a6a2567753045032a2fa565042b7d6678c8df6055cb3899258f", kill_on_drop: false }` [INFO] [stdout] 84e8592fe4ce1a6a2567753045032a2fa565042b7d6678c8df6055cb3899258f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a69c8d61f431f64e702364eb58f499ab59cd0df31ee5409176e9a2256eca530 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2a69c8d61f431f64e702364eb58f499ab59cd0df31ee5409176e9a2256eca530", kill_on_drop: false }` [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling compiletest_rs v0.3.26 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:86:44 [INFO] [stdout] | [INFO] [stdout] 86 | AgnesError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | AgnesError::Net(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:88:45 [INFO] [stdout] | [INFO] [stdout] 88 | AgnesError::Csv(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:89:52 [INFO] [stdout] | [INFO] [stdout] 89 | AgnesError::CsvSniffer(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | AgnesError::Parse(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:148:43 [INFO] [stdout] | [INFO] [stdout] 148 | NetError::Uri(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:150:43 [INFO] [stdout] | [INFO] [stdout] 150 | NetError::Tls(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:151:44 [INFO] [stdout] | [INFO] [stdout] 151 | NetError::Http(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:192:45 [INFO] [stdout] | [INFO] [stdout] 192 | ParseError::Int(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | ParseError::Bool(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | ParseError::Float(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:195:45 [INFO] [stdout] | [INFO] [stdout] 195 | ParseError::Str(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/source/file.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | let mut core = Core::new()?; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/source/file.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | let mut core = Core::new()?; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | mem::replace(&mut buf, tmp); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | mem::replace(response_state, State::Body { body, buffer: buf }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | / mem::replace( [INFO] [stdout] 253 | | response_state, [INFO] [stdout] 254 | | State::Body { [INFO] [stdout] 255 | | body: body.into_future(), [INFO] [stdout] 256 | | buffer: buf, [INFO] [stdout] 257 | | }, [INFO] [stdout] 258 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/source/file.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | mem::replace(response_state, State::Empty); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling tester v0.6.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling agnes v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:86:44 [INFO] [stdout] | [INFO] [stdout] 86 | AgnesError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | AgnesError::Net(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:88:45 [INFO] [stdout] | [INFO] [stdout] 88 | AgnesError::Csv(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:89:52 [INFO] [stdout] | [INFO] [stdout] 89 | AgnesError::CsvSniffer(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | AgnesError::Parse(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:148:43 [INFO] [stdout] | [INFO] [stdout] 148 | NetError::Uri(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:150:43 [INFO] [stdout] | [INFO] [stdout] 150 | NetError::Tls(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:151:44 [INFO] [stdout] | [INFO] [stdout] 151 | NetError::Http(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:192:45 [INFO] [stdout] | [INFO] [stdout] 192 | ParseError::Int(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | ParseError::Bool(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | ParseError::Float(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:195:45 [INFO] [stdout] | [INFO] [stdout] 195 | ParseError::Str(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `agnes`; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name agnes src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="serialize"' --cfg 'feature="test-utils"' -C metadata=7bcb718daed3fed7 -C extra-filename=-7bcb718daed3fed7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bit_vec=/opt/rustwide/target/debug/deps/libbit_vec-15bd402861a522b7.rlib --extern compiletest_rs=/opt/rustwide/target/debug/deps/libcompiletest_rs-7c752196489ba443.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-25a9432be5308eaa.rlib --extern csv_sniffer=/opt/rustwide/target/debug/deps/libcsv_sniffer-92e894176814c54f.rlib --extern encoding=/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-29c2c90c052f6408.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-0aafe6618c441cb4.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-071c9e49d9c45780.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-bca938c368fe861c.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib --extern prettytable=/opt/rustwide/target/debug/deps/libprettytable-5f09775e2627c6c4.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-a3193536fd8d090c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c1eed0c99b4ec656.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-8f2d84ab1098d34b.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3cb047c4f6dfd561.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-7d1ec7de4d09c84c.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-492e14063d311247.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-1b7cd85d3c033661.rlib --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-d5d9b7f67aa4163c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.file_reader_test.c58cf1c5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b.519di1let6s4qx9x.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-af71f5d5e2187f62.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-976ae3a75486bc7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-638f891af6f9e3c4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-52ee1e0bb1279132.rlib" "/opt/rustwide/target/debug/deps/libagnes-ac2363a0d1aa24f1.rlib" "/opt/rustwide/target/debug/deps/libtypenum-d5d9b7f67aa4163c.rlib" "/opt/rustwide/target/debug/deps/libtempfile-7d1ec7de4d09c84c.rlib" "/opt/rustwide/target/debug/deps/librand-7811392674efd0b2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d431eb0c4f300b1a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-50b0a404fa8df659.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-9daebffbc81cb66b.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libcsv_sniffer-92e894176814c54f.rlib" "/opt/rustwide/target/debug/deps/libregex-195a5045f6e0dd9a.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7dd1eb86500f70b2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-18bb0f392e8b5ca1.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a57df7a6961ca063.rlib" "/opt/rustwide/target/debug/deps/libthread_local-55a3adfc5a28a86e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7b8ac0eca69bf3b6.rlib" "/opt/rustwide/target/debug/deps/libprettytable-5f09775e2627c6c4.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-60ebe839f4cd4f79.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fcd78a373e0df468.rlib" "/opt/rustwide/target/debug/deps/libcsv-a70bf31de7012fc7.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2055b7826c147d06.rlib" "/opt/rustwide/target/debug/deps/libatty-bd3fb6cab6bc4161.rlib" "/opt/rustwide/target/debug/deps/libterm-93350af72a86c276.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-492e14063d311247.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libindexmap-071c9e49d9c45780.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-0aafe6618c441cb4.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-bca938c368fe861c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-938265d742ce645e.rlib" "/opt/rustwide/target/debug/deps/libopenssl-7851e78bbf341196.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-44e435a634a3b04a.rlib" "/opt/rustwide/target/debug/deps/libhyper-29c2c90c052f6408.rlib" "/opt/rustwide/target/debug/deps/libwant-977470444519156d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libtokio-f41b1c19f717e445.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-6a9e17a6fb2305df.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8eb13b853e18fd8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-c42cc1a7b872784f.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-03c822e8bf9c91c5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4aa1445681d87e94.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-89a8f23f716faac3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-84fb8481c8c116f2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0423e4f2ca4f3875.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-47410abb87f5813c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-cac1ae01fab7b7d3.rlib" "/opt/rustwide/target/debug/deps/libmio-08b0d9eca42282db.rlib" "/opt/rustwide/target/debug/deps/libtime-09fac161f79b5aef.rlib" "/opt/rustwide/target/debug/deps/libnet2-8a8fc7b14936e33a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-24bb1c27a71a429e.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8c46f9d80002f21c.rlib" "/opt/rustwide/target/debug/deps/libh2-53cf24a558f0c939.rlib" "/opt/rustwide/target/debug/deps/libindexmap-0040f1e2644ab5af.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libstring-0093c02ddefedba4.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libhttp-fd0a76331aaf8cfc.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-1b7cd85d3c033661.rlib" "/opt/rustwide/target/debug/deps/liblog-51b42ffc939a9eea.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-9a42c773438dabd8.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e9b585a649d67679.rlib" "/opt/rustwide/target/debug/deps/libbytes-2b6357ce23bc1505.rlib" "/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libiovec-3ab72cedab04c47a.rlib" "/opt/rustwide/target/debug/deps/liblibc-a303e2c94f89904e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/libcsv-25a9432be5308eaa.rlib" "/opt/rustwide/target/debug/deps/libryu-d12c73784c01ffe8.rlib" "/opt/rustwide/target/debug/deps/libitoa-d0264c8ce1ce890b.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-d69902c2e3f8635a.rlib" "/opt/rustwide/target/debug/deps/libbstr-e4aff7219bbf30ce.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-cce5214985838d75.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2303f526a35aae07.rlib" "/opt/rustwide/target/debug/deps/libserde-c1eed0c99b4ec656.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-15bd402861a522b7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/file_reader_test-f5702ec79c32249b" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.csv.4a3bbf68-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5.2n57ze2ize878r2y.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-af71f5d5e2187f62.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-976ae3a75486bc7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-638f891af6f9e3c4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-52ee1e0bb1279132.rlib" "/opt/rustwide/target/debug/deps/libagnes-ac2363a0d1aa24f1.rlib" "/opt/rustwide/target/debug/deps/libtypenum-d5d9b7f67aa4163c.rlib" "/opt/rustwide/target/debug/deps/libtempfile-7d1ec7de4d09c84c.rlib" "/opt/rustwide/target/debug/deps/librand-7811392674efd0b2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d431eb0c4f300b1a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-50b0a404fa8df659.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-9daebffbc81cb66b.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libcsv_sniffer-92e894176814c54f.rlib" "/opt/rustwide/target/debug/deps/libregex-195a5045f6e0dd9a.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7dd1eb86500f70b2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-18bb0f392e8b5ca1.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a57df7a6961ca063.rlib" "/opt/rustwide/target/debug/deps/libthread_local-55a3adfc5a28a86e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7b8ac0eca69bf3b6.rlib" "/opt/rustwide/target/debug/deps/libprettytable-5f09775e2627c6c4.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-60ebe839f4cd4f79.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fcd78a373e0df468.rlib" "/opt/rustwide/target/debug/deps/libcsv-a70bf31de7012fc7.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2055b7826c147d06.rlib" "/opt/rustwide/target/debug/deps/libatty-bd3fb6cab6bc4161.rlib" "/opt/rustwide/target/debug/deps/libterm-93350af72a86c276.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-492e14063d311247.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libindexmap-071c9e49d9c45780.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-0aafe6618c441cb4.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-bca938c368fe861c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-938265d742ce645e.rlib" "/opt/rustwide/target/debug/deps/libopenssl-7851e78bbf341196.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-44e435a634a3b04a.rlib" "/opt/rustwide/target/debug/deps/libhyper-29c2c90c052f6408.rlib" "/opt/rustwide/target/debug/deps/libwant-977470444519156d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libtokio-f41b1c19f717e445.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-6a9e17a6fb2305df.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8eb13b853e18fd8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-c42cc1a7b872784f.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-03c822e8bf9c91c5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4aa1445681d87e94.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-89a8f23f716faac3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-84fb8481c8c116f2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0423e4f2ca4f3875.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-47410abb87f5813c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-cac1ae01fab7b7d3.rlib" "/opt/rustwide/target/debug/deps/libmio-08b0d9eca42282db.rlib" "/opt/rustwide/target/debug/deps/libtime-09fac161f79b5aef.rlib" "/opt/rustwide/target/debug/deps/libnet2-8a8fc7b14936e33a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-24bb1c27a71a429e.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8c46f9d80002f21c.rlib" "/opt/rustwide/target/debug/deps/libh2-53cf24a558f0c939.rlib" "/opt/rustwide/target/debug/deps/libindexmap-0040f1e2644ab5af.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libstring-0093c02ddefedba4.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libhttp-fd0a76331aaf8cfc.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-1b7cd85d3c033661.rlib" "/opt/rustwide/target/debug/deps/liblog-51b42ffc939a9eea.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-9a42c773438dabd8.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e9b585a649d67679.rlib" "/opt/rustwide/target/debug/deps/libbytes-2b6357ce23bc1505.rlib" "/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libiovec-3ab72cedab04c47a.rlib" "/opt/rustwide/target/debug/deps/liblibc-a303e2c94f89904e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/libcsv-25a9432be5308eaa.rlib" "/opt/rustwide/target/debug/deps/libryu-d12c73784c01ffe8.rlib" "/opt/rustwide/target/debug/deps/libitoa-d0264c8ce1ce890b.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-d69902c2e3f8635a.rlib" "/opt/rustwide/target/debug/deps/libbstr-e4aff7219bbf30ce.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-cce5214985838d75.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2303f526a35aae07.rlib" "/opt/rustwide/target/debug/deps/libserde-c1eed0c99b4ec656.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-15bd402861a522b7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/csv-51bd7aeae67f98e5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2a69c8d61f431f64e702364eb58f499ab59cd0df31ee5409176e9a2256eca530", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a69c8d61f431f64e702364eb58f499ab59cd0df31ee5409176e9a2256eca530", kill_on_drop: false }` [INFO] [stdout] 2a69c8d61f431f64e702364eb58f499ab59cd0df31ee5409176e9a2256eca530