[INFO] cloning repository https://github.com/saibatizoku/neuras [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/saibatizoku/neuras" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaibatizoku%2Fneuras", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaibatizoku%2Fneuras'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdde958c496630dae5110b3353de5d35bb4d8f9e [INFO] testing saibatizoku/neuras against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaibatizoku%2Fneuras" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saibatizoku/neuras on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/saibatizoku/neuras [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/saibatizoku/neuras [INFO] tweaked toml for git repo https://github.com/saibatizoku/neuras written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/saibatizoku/neuras already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1a9cb936a487af05bc02a21b48533c75d4bd744f9ac6c802199726f340cceb3 [INFO] running `Command { std: "docker" "start" "-a" "e1a9cb936a487af05bc02a21b48533c75d4bd744f9ac6c802199726f340cceb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1a9cb936a487af05bc02a21b48533c75d4bd744f9ac6c802199726f340cceb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1a9cb936a487af05bc02a21b48533c75d4bd744f9ac6c802199726f340cceb3", kill_on_drop: false }` [INFO] [stdout] e1a9cb936a487af05bc02a21b48533c75d4bd744f9ac6c802199726f340cceb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8523883b7ec55dfbb58ecc059f1d6c13aeade003412411eb4e07fafc65bab77f [INFO] running `Command { std: "docker" "start" "-a" "8523883b7ec55dfbb58ecc059f1d6c13aeade003412411eb4e07fafc65bab77f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling adler v0.2.2 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling neuras v0.2.0-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:39 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut zmq::Message` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | fn recv_msg(&self, i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | fn recv_bytes(&self, i32) -> io::Result>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | fn recv_string(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | fn recv_multipart(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `context` is never read [INFO] [stdout] --> src/poller.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Poller { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 9 | context: zmq::Context, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.55s [INFO] running `Command { std: "docker" "inspect" "8523883b7ec55dfbb58ecc059f1d6c13aeade003412411eb4e07fafc65bab77f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8523883b7ec55dfbb58ecc059f1d6c13aeade003412411eb4e07fafc65bab77f", kill_on_drop: false }` [INFO] [stdout] 8523883b7ec55dfbb58ecc059f1d6c13aeade003412411eb4e07fafc65bab77f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfd331237cb3725469dd1e4eb3f79151d65627fe334ef49c9ba99d296d401555 [INFO] running `Command { std: "docker" "start" "-a" "bfd331237cb3725469dd1e4eb3f79151d65627fe334ef49c9ba99d296d401555", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:39 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut zmq::Message` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | fn recv_msg(&self, i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | fn recv_bytes(&self, i32) -> io::Result>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | fn recv_string(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | fn recv_multipart(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling neuras v0.2.0-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: field `context` is never read [INFO] [stdout] --> src/poller.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Poller { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 9 | context: zmq::Context, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pipe` [INFO] [stdout] --> tests/actorling.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | let pipe = actorling.pipe(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pipe` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `neuras::poller::Poller` [INFO] [stdout] --> tests/poller.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use neuras::poller::Poller; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:56:39 [INFO] [stdout] | [INFO] [stdout] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut zmq::Message` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | fn recv_msg(&self, i32) -> io::Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | fn recv_bytes(&self, i32) -> io::Result>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | fn recv_string(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/socket.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | fn recv_multipart(&self, i32) -> io::Result>>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `context` is never read [INFO] [stdout] --> src/poller.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Poller { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 9 | context: zmq::Context, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.99s [INFO] running `Command { std: "docker" "inspect" "bfd331237cb3725469dd1e4eb3f79151d65627fe334ef49c9ba99d296d401555", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfd331237cb3725469dd1e4eb3f79151d65627fe334ef49c9ba99d296d401555", kill_on_drop: false }` [INFO] [stdout] bfd331237cb3725469dd1e4eb3f79151d65627fe334ef49c9ba99d296d401555 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e1c75467edb8e94ec58fd3ee0a2aaa5dbb16f5294755a0e0f8f3d773a39b3994 [INFO] running `Command { std: "docker" "start" "-a" "e1c75467edb8e94ec58fd3ee0a2aaa5dbb16f5294755a0e0f8f3d773a39b3994", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:52:23 [INFO] [stderr] | [INFO] [stderr] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | fn send(&self, T, i32) -> io::Result<()> [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:56:36 [INFO] [stderr] | [INFO] [stderr] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | fn send_multipart(&self, I, i32) -> io::Result<()> [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut zmq::Message` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | fn recv(&self, &mut zmq::Message, i32) -> io::Result<()>; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stderr] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:71:36 [INFO] [stderr] | [INFO] [stderr] 71 | fn recv_into(&self, &mut [u8], i32) -> io::Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | fn recv_msg(&self, i32) -> io::Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | fn recv_bytes(&self, i32) -> io::Result>; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:83:27 [INFO] [stderr] | [INFO] [stderr] 83 | fn recv_string(&self, i32) -> io::Result>>; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/socket.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | fn recv_multipart(&self, i32) -> io::Result>>; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: field `context` is never read [INFO] [stderr] --> src/poller.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Poller { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 9 | context: zmq::Context, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `neuras` (lib) generated 13 warnings [INFO] [stderr] warning: `neuras` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] warning: unused variable: `pipe` [INFO] [stderr] --> tests/actorling.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | let pipe = actorling.pipe(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pipe` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `neuras::poller::Poller` [INFO] [stderr] --> tests/poller.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use neuras::poller::Poller; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `neuras` (test "actorling") generated 1 warning [INFO] [stderr] warning: `neuras` (test "poller") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/neuras-48bb65d990cb5c44) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test clock::tests::converts_duration_to_micros ... ok [INFO] [stdout] test clock::tests::clock_time_returns_milliseconds_from_unix_epoch ... ok [INFO] [stdout] test clock::tests::clock_time_str_is_a_valid_rfc_3339_string ... ok [INFO] [stdout] test clock::tests::converts_duration_to_millis ... ok [INFO] [stdout] test poller::tests::default_poller_has_no_pre_allocation ... ok [INFO] [stdout] test poller::tests::new_poller_can_be_created_with_capacity ... ok [INFO] [stdout] test poller::tests::new_poller_can_be_created_with_existing_context_and_capacity ... ok [INFO] [stdout] test socket::polling::tests::convert_from_zmq_socket_reference_to_pollable_socket ... ok [INFO] [stdout] test actor::tests::actorlings_return_ok_on_start ... ok [INFO] [stdout] test actor::tests::actorlings_return_ok_if_stopped_when_not_running ... ok [INFO] [stdout] test socket::polling::tests::new_pollable_socket_wraps_reference_to_zmq_socket ... ok [INFO] [stdout] test socket::tokio::tests::convert_from_zmq_socket_reference_to_tokio_socket ... ok [INFO] [stdout] test actor::tests::actorlings_join_thread_on_stop ... ok [INFO] [stdout] test socket::tokio::tests::new_tokio_socket_wraps_reference_to_zmq_socket ... ok [INFO] [stdout] test actor::tests::actorlings_are_created_with_fn_new ... ok [INFO] [stdout] test clock::tests::clock_sleep_for_valid_msecs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s [INFO] [stdout] [INFO] [stderr] Running tests/actorling.rs (/opt/rustwide/target/debug/deps/actorling-9e8e7ce10c9fa71f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test actor_uses_dynamic_sockets_on_tcp ... ok [INFO] [stdout] test actor_can_create_other_actors ... ok [INFO] [stdout] test pipe_start_ping_and_stop ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- pipe_start_ping_and_stop stdout ---- [INFO] [stdout] response: inproc://test_actor [INFO] [stdout] command: "$PING" [INFO] [stdout] command: Send("$PONG") [INFO] [stdout] response: $PONG [INFO] [stdout] command: "NON-exisiting-CMD" [INFO] [stdout] command: Invalid [INFO] [stdout] response: $WONTDO [INFO] [stdout] command: "$STOP" [INFO] [stdout] command: Interrupt [INFO] [stdout] response: $STOPPING [INFO] [stdout] thread 'pipe_start_ping_and_stop' panicked at 'assertion failed: actorling.stop().is_ok()', tests/actorling.rs:73:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x563dbb29e5ad - std::backtrace_rs::backtrace::libunwind::trace::h9135f25bc195152c [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x563dbb29e5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h015ee85be510df51 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x563dbb29e5ad - std::sys_common::backtrace::_print_fmt::h5fad03caa9652a2c [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x563dbb29e5ad - ::fmt::h2b42ca28d244e5c7 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x563dbb2c1bdc - core::fmt::write::h401e827d053130ed [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/fmt/mod.rs:1198:17 [INFO] [stdout] 5: 0x563dbb29af61 - std::io::Write::write_fmt::h1da442c9e1df41d6 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/io/mod.rs:1672:15 [INFO] [stdout] 6: 0x563dbb2a0075 - std::sys_common::backtrace::_print::h180c4c706ee1d3fb [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x563dbb2a0075 - std::sys_common::backtrace::print::hd0c35d18765761c9 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x563dbb2a0075 - std::panicking::default_hook::{{closure}}::h1f023310983bc730 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x563dbb29fd14 - std::panicking::default_hook::h188fec3334afd5be [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x563dbb2a0606 - std::panicking::rust_panic_with_hook::hf26e9d4f97b40096 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x563dbb2a04b9 - std::panicking::begin_panic_handler::{{closure}}::hfab912107608087a [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x563dbb29eaa4 - std::sys_common::backtrace::__rust_end_short_backtrace::h434b685ce8d9965b [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x563dbb2a0229 - rust_begin_unwind [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x563dbb1288c3 - core::panicking::panic_fmt::ha6dc7f2ab2479463 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x563dbb12878d - core::panicking::panic::hb3ad04c589a0e3c8 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x563dbb129eee - actorling::pipe_start_ping_and_stop::hbdbef7b8c9c3b12e [INFO] [stdout] at /opt/rustwide/workdir/tests/actorling.rs:73:5 [INFO] [stdout] 17: 0x563dbb1295ba - actorling::pipe_start_ping_and_stop::{{closure}}::h23ec7f7f16c1b09f [INFO] [stdout] at /opt/rustwide/workdir/tests/actorling.rs:33:1 [INFO] [stdout] 18: 0x563dbb128c9e - core::ops::function::FnOnce::call_once::h39cbff44c56aa763 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 19: 0x563dbb15fa93 - core::ops::function::FnOnce::call_once::h2da14387562cd1a6 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 20: 0x563dbb15fa93 - test::__rust_begin_short_backtrace::h307c198d88e9e51a [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/test/src/lib.rs:572:5 [INFO] [stdout] 21: 0x563dbb15e89a - as core::ops::function::FnOnce>::call_once::h42564b04a6d1df41 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 22: 0x563dbb15e89a - as core::ops::function::FnOnce<()>>::call_once::h286b0e8427b9af31 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x563dbb15e89a - std::panicking::try::do_call::h0b094c8aa8626e3b [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x563dbb15e89a - std::panicking::try::h253dd43de0385d2d [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x563dbb15e89a - std::panic::catch_unwind::h8a89f69958871bf1 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x563dbb15e89a - test::run_test_in_process::h79875496f9bc15c6 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/test/src/lib.rs:595:18 [INFO] [stdout] 27: 0x563dbb15e89a - test::run_test::run_test_inner::{{closure}}::hf979093fbdf02646 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/test/src/lib.rs:489:39 [INFO] [stdout] 28: 0x563dbb12aacd - test::run_test::run_test_inner::{{closure}}::he01c2dd4903b57d1 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/test/src/lib.rs:516:37 [INFO] [stdout] 29: 0x563dbb12aacd - std::sys_common::backtrace::__rust_begin_short_backtrace::hece2f1c514466a0a [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x563dbb130438 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h658be5979f99b3a5 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/thread/mod.rs:505:17 [INFO] [stdout] 31: 0x563dbb130438 - as core::ops::function::FnOnce<()>>::call_once::h9dbd94372ee944af [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x563dbb130438 - std::panicking::try::do_call::hff71896f3757c3b2 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x563dbb130438 - std::panicking::try::hbb4c2c2616b6a189 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x563dbb130438 - std::panic::catch_unwind::h72f47810ab7e379e [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x563dbb130438 - std::thread::Builder::spawn_unchecked_::{{closure}}::h6331fb85a785812c [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/thread/mod.rs:504:30 [INFO] [stdout] 36: 0x563dbb130438 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h467656fda03180e5 [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 37: 0x563dbb2a4e53 - as core::ops::function::FnOnce>::call_once::h56d5fc072706762b [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 38: 0x563dbb2a4e53 - as core::ops::function::FnOnce>::call_once::h41deef8e33b824bb [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 39: 0x563dbb2a4e53 - std::sys::unix::thread::Thread::new::thread_start::ha6436304a1170bba [INFO] [stdout] at /rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7fb3b88dd609 - start_thread [INFO] [stdout] 41: 0x7fb3b86b3133 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] pipe_start_ping_and_stop [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test actorling' [INFO] running `Command { std: "docker" "inspect" "e1c75467edb8e94ec58fd3ee0a2aaa5dbb16f5294755a0e0f8f3d773a39b3994", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1c75467edb8e94ec58fd3ee0a2aaa5dbb16f5294755a0e0f8f3d773a39b3994", kill_on_drop: false }` [INFO] [stdout] e1c75467edb8e94ec58fd3ee0a2aaa5dbb16f5294755a0e0f8f3d773a39b3994