[INFO] cloning repository https://github.com/MOZGIII/musicbot2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MOZGIII/musicbot2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMOZGIII%2Fmusicbot2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMOZGIII%2Fmusicbot2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c7adc422281eb5e6f6cbaf927c28d2c1763fb919 [INFO] testing MOZGIII/musicbot2 against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMOZGIII%2Fmusicbot2" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MOZGIII/musicbot2 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MOZGIII/musicbot2 [INFO] finished tweaking git repo https://github.com/MOZGIII/musicbot2 [INFO] tweaked toml for git repo https://github.com/MOZGIII/musicbot2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/MOZGIII/musicbot2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b321cd4487d6ba10c694b99bd3fe6636a325e5a1bd169c9373b37959ca42082 [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" "6b321cd4487d6ba10c694b99bd3fe6636a325e5a1bd169c9373b37959ca42082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b321cd4487d6ba10c694b99bd3fe6636a325e5a1bd169c9373b37959ca42082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b321cd4487d6ba10c694b99bd3fe6636a325e5a1bd169c9373b37959ca42082", kill_on_drop: false }` [INFO] [stdout] 6b321cd4487d6ba10c694b99bd3fe6636a325e5a1bd169c9373b37959ca42082 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc8d8374554e527437e169874fddc967e5ccad53dbb3a07cc73cd274d2e34ca9 [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" "bc8d8374554e527437e169874fddc967e5ccad53dbb3a07cc73cd274d2e34ca9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling ordered-float v2.0.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling dashmap v3.11.10 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling webpki-roots v0.19.0 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling async-tls v0.9.0 [INFO] [stderr] Compiling async-tungstenite v0.8.0 [INFO] [stderr] Compiling serde-mappable-seq v0.1.0 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling twilight-model v0.1.2 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling tracing-subscriber v0.2.12 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling hyper-rustls v0.21.0 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling twilight-http v0.1.3 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling twilight-cache-inmemory v0.1.0 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling twilight-lavalink v0.1.0 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling twilight-standby v0.1.0 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling twilight-gateway v0.1.1 (https://github.com/twilight-rs/twilight?branch=trunk#829a15cf) [INFO] [stderr] Compiling musicbot2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 07s [INFO] running `Command { std: "docker" "inspect" "bc8d8374554e527437e169874fddc967e5ccad53dbb3a07cc73cd274d2e34ca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc8d8374554e527437e169874fddc967e5ccad53dbb3a07cc73cd274d2e34ca9", kill_on_drop: false }` [INFO] [stdout] bc8d8374554e527437e169874fddc967e5ccad53dbb3a07cc73cd274d2e34ca9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 061e0c99043db75d16f956a1e116c5857311626bd918c7ada617ed7553bfa769 [INFO] running `Command { std: "docker" "start" "-a" "061e0c99043db75d16f956a1e116c5857311626bd918c7ada617ed7553bfa769", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling musicbot2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "061e0c99043db75d16f956a1e116c5857311626bd918c7ada617ed7553bfa769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "061e0c99043db75d16f956a1e116c5857311626bd918c7ada617ed7553bfa769", kill_on_drop: false }` [INFO] [stdout] 061e0c99043db75d16f956a1e116c5857311626bd918c7ada617ed7553bfa769 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 763fc35b13530eaf3baff1d455faf64c123e29dfef2c1ad0f7a36191cf339cc4 [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" "763fc35b13530eaf3baff1d455faf64c123e29dfef2c1ad0f7a36191cf339cc4", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/musicbot2-4a8dbed5f4e51ba0 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "763fc35b13530eaf3baff1d455faf64c123e29dfef2c1ad0f7a36191cf339cc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "763fc35b13530eaf3baff1d455faf64c123e29dfef2c1ad0f7a36191cf339cc4", kill_on_drop: false }` [INFO] [stdout] 763fc35b13530eaf3baff1d455faf64c123e29dfef2c1ad0f7a36191cf339cc4