[INFO] updating cached repository https://github.com/ozer/stream8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 621b58d6168eb92022f8b572855dc1bad27e1690 [INFO] testing ozer/stream8 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozer%2Fstream8" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ozer/stream8 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ozer/stream8 [INFO] finished tweaking git repo https://github.com/ozer/stream8 [INFO] tweaked toml for git repo https://github.com/ozer/stream8 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/ozer/stream8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69b8282cbed24af0b914d8bb4f49c123660d04d566f3fdda820f9dde4b867c6a [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" "69b8282cbed24af0b914d8bb4f49c123660d04d566f3fdda820f9dde4b867c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69b8282cbed24af0b914d8bb4f49c123660d04d566f3fdda820f9dde4b867c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69b8282cbed24af0b914d8bb4f49c123660d04d566f3fdda820f9dde4b867c6a", kill_on_drop: false }` [INFO] [stdout] 69b8282cbed24af0b914d8bb4f49c123660d04d566f3fdda820f9dde4b867c6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b8302e0e19173ccf51128fa52705e74076e0498b37f25b52c985fcc92874c0e [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" "6b8302e0e19173ccf51128fa52705e74076e0498b37f25b52c985fcc92874c0e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling os_info v1.3.3 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling derive_more v0.99.5 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.29 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling serde_with_macros v1.1.0 [INFO] [stderr] Compiling actix-web-codegen v0.2.1 [INFO] [stderr] Compiling juniper_codegen v0.14.2 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling tokio v0.2.16 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling err-derive v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling thiserror v1.0.14 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling actix-threadpool v0.3.1 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-rt v1.0.0 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling trust-dns-proto v0.19.3 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling actix-server v1.0.2 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.3 [INFO] [stderr] Compiling actix-testing v1.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_with v1.4.0 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling serde_json v1.0.50 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling juniper v0.14.2 [INFO] [stderr] Compiling bson v0.14.1 [INFO] [stderr] Compiling mongodb v0.9.2 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling stream8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `streamer` [INFO] [stdout] --> src/db.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn create_streamer(client: Client, streamer: NewStreamer) -> Result { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `client` [INFO] [stdout] --> src/./graphql_resolver.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `streamerId` [INFO] [stdout] --> src/./graphql_resolver.rs:23:45 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamerId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `find_streamer_by_id` [INFO] [stdout] --> src/./graphql_resolver.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `streamerId` should have a snake case name [INFO] [stdout] --> src/./graphql_resolver.rs:23:45 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `streamer_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 47s [INFO] running `Command { std: "docker" "inspect" "6b8302e0e19173ccf51128fa52705e74076e0498b37f25b52c985fcc92874c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b8302e0e19173ccf51128fa52705e74076e0498b37f25b52c985fcc92874c0e", kill_on_drop: false }` [INFO] [stdout] 6b8302e0e19173ccf51128fa52705e74076e0498b37f25b52c985fcc92874c0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8e091a5dfd49e861bd9ef826f659492263a75ba5053840055b333128ff6d9b8 [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" "a8e091a5dfd49e861bd9ef826f659492263a75ba5053840055b333128ff6d9b8", kill_on_drop: false }` [INFO] [stderr] Compiling stream8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `streamer` [INFO] [stdout] --> src/db.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn create_streamer(client: Client, streamer: NewStreamer) -> Result { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `client` [INFO] [stdout] --> src/./graphql_resolver.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `streamerId` [INFO] [stdout] --> src/./graphql_resolver.rs:23:45 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamerId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `find_streamer_by_id` [INFO] [stdout] --> src/./graphql_resolver.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_graphql_request` [INFO] [stdout] --> src/main.rs:100:8 [INFO] [stdout] | [INFO] [stdout] 100 | fn get_graphql_request() -> GraphQLRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `streamerId` should have a snake case name [INFO] [stdout] --> src/./graphql_resolver.rs:23:45 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `streamer_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 24.22s [INFO] running `Command { std: "docker" "inspect" "a8e091a5dfd49e861bd9ef826f659492263a75ba5053840055b333128ff6d9b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8e091a5dfd49e861bd9ef826f659492263a75ba5053840055b333128ff6d9b8", kill_on_drop: false }` [INFO] [stdout] a8e091a5dfd49e861bd9ef826f659492263a75ba5053840055b333128ff6d9b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 79a6cb16db9293f672371ab5d7efbbdbb9e284604462f2c1bc84d64f85ae27ff [INFO] running `Command { std: "docker" "start" "-a" "79a6cb16db9293f672371ab5d7efbbdbb9e284604462f2c1bc84d64f85ae27ff", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `streamer` [INFO] [stderr] --> src/db.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn create_streamer(client: Client, streamer: NewStreamer) -> Result { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `client` [INFO] [stderr] --> src/./graphql_resolver.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `streamerId` [INFO] [stderr] --> src/./graphql_resolver.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_streamerId` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_streamer_by_id` [INFO] [stderr] --> src/./graphql_resolver.rs:23:8 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_graphql_request` [INFO] [stderr] --> src/main.rs:100:8 [INFO] [stderr] | [INFO] [stderr] 100 | fn get_graphql_request() -> GraphQLRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `streamerId` should have a snake case name [INFO] [stderr] --> src/./graphql_resolver.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn find_streamer_by_id(client: &Client, streamerId: bson::oid::ObjectId) -> Option { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `streamer_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/stream8-0920ea59363847cf [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--bin stream8' [INFO] [stdout] test tests::first_query ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::first_query stdout ---- [INFO] [stdout] thread 'tests::first_query' panicked at 'Panic at getting connection to mongo!', src/main.rs:96:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560ff494c195 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x560ff494c195 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x560ff494c195 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x560ff494c195 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x560ff4976d2c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x560ff3f1f6c5 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x560ff49420c1 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x560ff494e920 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x560ff494e920 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x560ff494e920 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x560ff494e61a - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x560ff494ef63 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x560ff494eb5b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x560ff4975411 - core::panicking::panic_fmt::h78830ea6a34e7206 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x560ff49751a3 - core::option::expect_failed::hfc0519cb1ecb957f [INFO] [stdout] at src/libcore/option.rs:1261 [INFO] [stdout] 15: 0x560ff3dfdee1 - core::option::Option::expect::h2358469daf51f8f1 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/option.rs:344 [INFO] [stdout] 16: 0x560ff3eb1c55 - stream8::tests::get_mongo_handle::h8b551f155da14ad5 [INFO] [stdout] at src/main.rs:94 [INFO] [stdout] 17: 0x560ff3eb1e07 - stream8::tests::first_query::{{closure}}::hd6b1fefeec837fbd [INFO] [stdout] at src/main.rs:107 [INFO] [stdout] 18: 0x560ff3dbb9d9 - as core::future::future::Future>::poll::h45a616af0d2b92bd [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/future/mod.rs:78 [INFO] [stdout] 19: 0x560ff3f19aae - as core::future::future::Future>::poll::{{closure}}::h8d2ba3c24529932b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/task/local.rs:518 [INFO] [stdout] 20: 0x560ff3d97ad6 - tokio::macros::scoped_tls::ScopedKey::set::hdbe84d65fe886690 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/macros/scoped_tls.rs:64 [INFO] [stdout] 21: 0x560ff3f0ba71 - tokio::task::local::LocalSet::with::hfb34bd53c05e7d11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/task/local.rs:435 [INFO] [stdout] 22: 0x560ff3f19a22 - as core::future::future::Future>::poll::hcb34c8468083292e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/task/local.rs:511 [INFO] [stdout] 23: 0x560ff3f0bcf7 - tokio::task::local::LocalSet::run_until::{{closure}}::h5a853f4ba8d2dcab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/task/local.rs:385 [INFO] [stdout] 24: 0x560ff3dbb829 - as core::future::future::Future>::poll::h308a18270210bdb4 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/future/mod.rs:78 [INFO] [stdout] 25: 0x560ff3e1c4c3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hf79b0da6a1a8e5e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 26: 0x560ff3edcd77 - tokio::coop::budget::{{closure}}::hbd6415056107c26d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/coop.rs:97 [INFO] [stdout] 27: 0x560ff3ed5f8f - std::thread::local::LocalKey::try_with::h35f4c5022a36b089 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/local.rs:263 [INFO] [stdout] 28: 0x560ff3ed5dc8 - std::thread::local::LocalKey::with::hc0f959194f2d208b [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/local.rs:239 [INFO] [stdout] 29: 0x560ff3e1beb7 - tokio::coop::budget::h5d5c59dc6d12cba2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/coop.rs:79 [INFO] [stdout] 30: 0x560ff3e1beb7 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hf9584b2b45845bcd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 31: 0x560ff3e1c8e0 - tokio::runtime::basic_scheduler::enter::{{closure}}::he2e25ef452098779 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 32: 0x560ff3d979ce - tokio::macros::scoped_tls::ScopedKey::set::hc78f39a388d79359 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/macros/scoped_tls.rs:64 [INFO] [stdout] 33: 0x560ff3e1c7b9 - tokio::runtime::basic_scheduler::enter::h803909258f48b106 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 34: 0x560ff3e1bcdd - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h4aff48608e88f5d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 35: 0x560ff3e805f3 - tokio::runtime::Runtime::block_on::{{closure}}::he023d27bf805d028 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/mod.rs:418 [INFO] [stdout] 36: 0x560ff3db477f - tokio::runtime::context::enter::hff1bc075cdef0ba1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/context.rs:72 [INFO] [stdout] 37: 0x560ff3e804ca - tokio::runtime::handle::Handle::enter::hcc3953fa72892800 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/handle.rs:39 [INFO] [stdout] 38: 0x560ff3e8056d - tokio::runtime::Runtime::block_on::h9b8238547d5a1d9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/runtime/mod.rs:415 [INFO] [stdout] 39: 0x560ff3f0baf4 - tokio::task::local::LocalSet::block_on::h395181e07a011821 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.16/src/task/local.rs:346 [INFO] [stdout] 40: 0x560ff3f19b7f - actix_rt::runtime::Runtime::block_on::hab49968b096fa300 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.0.0/src/runtime.rs:89 [INFO] [stdout] 41: 0x560ff3e8b4fc - actix_rt::builder::SystemRunner::block_on::h1e083bb23d18556d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.0.0/src/builder.rs:187 [INFO] [stdout] 42: 0x560ff3eb1d22 - stream8::tests::first_query::h994015c0d287e568 [INFO] [stdout] at src/main.rs:104 [INFO] [stdout] 43: 0x560ff3eb1caa - stream8::tests::first_query::{{closure}}::hd5cc8a4730681e4b [INFO] [stdout] at src/main.rs:104 [INFO] [stdout] 44: 0x560ff3e2bace - core::ops::function::FnOnce::call_once::h53b2a5b9b3ae4e49 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/ops/function.rs:233 [INFO] [stdout] 45: 0x560ff3f46c3c - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 46: 0x560ff3f46c3c - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:318 [INFO] [stdout] 47: 0x560ff3f46c3c - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:348 [INFO] [stdout] 48: 0x560ff3f46c3c - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:325 [INFO] [stdout] 49: 0x560ff3f46c3c - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:394 [INFO] [stdout] 50: 0x560ff3f46c3c - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 51: 0x560ff3f46c3c - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 52: 0x560ff3f1ebb6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 53: 0x560ff3f23ba5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/mod.rs:475 [INFO] [stdout] 54: 0x560ff3f23ba5 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:318 [INFO] [stdout] 55: 0x560ff3f23ba5 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:348 [INFO] [stdout] 56: 0x560ff3f23ba5 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:325 [INFO] [stdout] 57: 0x560ff3f23ba5 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:394 [INFO] [stdout] 58: 0x560ff3f23ba5 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/mod.rs:474 [INFO] [stdout] 59: 0x560ff3f23ba5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/ops/function.rs:233 [INFO] [stdout] 60: 0x560ff4955fba - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 61: 0x560ff4955fba - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 62: 0x560ff4955fba - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 63: 0x7f96450f5609 - start_thread [INFO] [stdout] 64: 0x7f9645001103 - __clone [INFO] [stdout] 65: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::first_query [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "79a6cb16db9293f672371ab5d7efbbdbb9e284604462f2c1bc84d64f85ae27ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a6cb16db9293f672371ab5d7efbbdbb9e284604462f2c1bc84d64f85ae27ff", kill_on_drop: false }` [INFO] [stdout] 79a6cb16db9293f672371ab5d7efbbdbb9e284604462f2c1bc84d64f85ae27ff