[INFO] cloning repository https://github.com/dyc3/stream-autodj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dyc3/stream-autodj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdyc3%2Fstream-autodj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdyc3%2Fstream-autodj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c555c46145b9d699c22734dc2e255a06b33f58fe [INFO] testing dyc3/stream-autodj against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdyc3%2Fstream-autodj" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dyc3/stream-autodj on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dyc3/stream-autodj [INFO] finished tweaking git repo https://github.com/dyc3/stream-autodj [INFO] tweaked toml for git repo https://github.com/dyc3/stream-autodj written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/dyc3/stream-autodj already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] 75880a1dd45c066148a2d00e733c27871ad79db5ed6a3a17c74aa99d4ff4099c [INFO] running `Command { std: "docker" "start" "-a" "75880a1dd45c066148a2d00e733c27871ad79db5ed6a3a17c74aa99d4ff4099c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "75880a1dd45c066148a2d00e733c27871ad79db5ed6a3a17c74aa99d4ff4099c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75880a1dd45c066148a2d00e733c27871ad79db5ed6a3a17c74aa99d4ff4099c", kill_on_drop: false }` [INFO] [stdout] 75880a1dd45c066148a2d00e733c27871ad79db5ed6a3a17c74aa99d4ff4099c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 7cfaa19c6c1d04244624d098156109926d103ec7e8a5219c24cca0eb8e93ca26 [INFO] running `Command { std: "docker" "start" "-a" "7cfaa19c6c1d04244624d098156109926d103ec7e8a5219c24cca0eb8e93ca26", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling podio v0.1.7 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.2 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling lewton v0.10.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v0.10.0 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling minimp3 v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.6 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling rodio v0.11.0 [INFO] [stderr] Compiling stream_autodj v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 18s [INFO] running `Command { std: "docker" "inspect" "7cfaa19c6c1d04244624d098156109926d103ec7e8a5219c24cca0eb8e93ca26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cfaa19c6c1d04244624d098156109926d103ec7e8a5219c24cca0eb8e93ca26", kill_on_drop: false }` [INFO] [stdout] 7cfaa19c6c1d04244624d098156109926d103ec7e8a5219c24cca0eb8e93ca26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 52fccece95e1841272b8161490206a1fc62e688407411ec58d11f2caae082d19 [INFO] running `Command { std: "docker" "start" "-a" "52fccece95e1841272b8161490206a1fc62e688407411ec58d11f2caae082d19", kill_on_drop: false }` [INFO] [stderr] Compiling stream_autodj v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.47s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/stream_autodj-8473cac8e0ca37f8) [INFO] running `Command { std: "docker" "inspect" "52fccece95e1841272b8161490206a1fc62e688407411ec58d11f2caae082d19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52fccece95e1841272b8161490206a1fc62e688407411ec58d11f2caae082d19", kill_on_drop: false }` [INFO] [stdout] 52fccece95e1841272b8161490206a1fc62e688407411ec58d11f2caae082d19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 30b1c3a38b857ee5f6cab3f0fbb8315a427bbb28a60f500f6d30dbd6ef11d223 [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" "30b1c3a38b857ee5f6cab3f0fbb8315a427bbb28a60f500f6d30dbd6ef11d223", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/stream_autodj-8473cac8e0ca37f8) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test test_song_parsing::test_initialize_transitions ... ok [INFO] [stdout] test test_song_segments::test_is_dedicated_transition ... ok [INFO] [stdout] test test_song_segments::test_is_end ... ok [INFO] [stdout] test test_song_segments::test_is_loop ... ok [INFO] [stdout] test test_song_parsing::test_song_archive ... ok [INFO] [stdout] test test_song_parsing::test_initialize_songs ... ok [INFO] [stdout] test test_song_parsing::test_detect_duplicate_segment - should panic ... ok [INFO] [stdout] test test_song_parsing::prop_should_generate_transitions ... ok [INFO] [stdout] test test_song_parsing::prop_multiloop_song_should_not_contain_references_to_loop ... ok [INFO] [stdout] test test_song_parsing::prop_should_not_allow_transitions_to_start_segment ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_never_end_with_transition ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_end_with_end ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_always_be_at_least_2 ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_not_end_with_end ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_always_start_with_start ... ok [INFO] [stdout] test test_song_planning::prop_plan_should_always_be_at_least_3 ... ok [INFO] [stdout] test test_song_planning::bench_big_song_plan ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 22.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "30b1c3a38b857ee5f6cab3f0fbb8315a427bbb28a60f500f6d30dbd6ef11d223", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b1c3a38b857ee5f6cab3f0fbb8315a427bbb28a60f500f6d30dbd6ef11d223", kill_on_drop: false }` [INFO] [stdout] 30b1c3a38b857ee5f6cab3f0fbb8315a427bbb28a60f500f6d30dbd6ef11d223