[INFO] cloning repository https://github.com/wolfgangwazzlestrauss/sampitor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wolfgangwazzlestrauss/sampitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolfgangwazzlestrauss%2Fsampitor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolfgangwazzlestrauss%2Fsampitor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8b812f04058b46be88ba68b8af4004c887c4d1d [INFO] testing wolfgangwazzlestrauss/sampitor against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolfgangwazzlestrauss%2Fsampitor" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wolfgangwazzlestrauss/sampitor on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/wolfgangwazzlestrauss/sampitor [INFO] finished tweaking git repo https://github.com/wolfgangwazzlestrauss/sampitor [INFO] tweaked toml for git repo https://github.com/wolfgangwazzlestrauss/sampitor written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/wolfgangwazzlestrauss/sampitor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gzip-header v0.3.0 [INFO] [stderr] Downloaded coveralls-api v0.5.0 [INFO] [stderr] Downloaded cargo_metadata v0.11.4 [INFO] [stderr] Downloaded curl v0.4.35 [INFO] [stderr] Downloaded rstest v0.6.4 [INFO] [stderr] Downloaded assert_cmd v1.0.3 [INFO] [stderr] Downloaded git2 v0.13.17 [INFO] [stderr] Downloaded ogg v0.8.0 [INFO] [stderr] Downloaded humantime-serde v1.0.1 [INFO] [stderr] Downloaded cargo-tarpaulin v0.14.3 [INFO] [stderr] Downloaded color-eyre v0.5.11 [INFO] [stderr] Downloaded owo-colors v1.3.0 [INFO] [stderr] Downloaded libgit2-sys v0.12.18+1.1.0 [INFO] [stderr] Downloaded curl-sys v0.4.41+curl-7.75.0 [INFO] [stderr] Downloaded proptest v0.10.1 [INFO] [stderr] Downloaded lewton v0.10.2 [INFO] [stderr] Downloaded test-case v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90c8f408a9d47d12541e589a6d2a9ad1f60f4686bee6218fafda8bb211fb7560 [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" "90c8f408a9d47d12541e589a6d2a9ad1f60f4686bee6218fafda8bb211fb7560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90c8f408a9d47d12541e589a6d2a9ad1f60f4686bee6218fafda8bb211fb7560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90c8f408a9d47d12541e589a6d2a9ad1f60f4686bee6218fafda8bb211fb7560", kill_on_drop: false }` [INFO] [stdout] 90c8f408a9d47d12541e589a6d2a9ad1f60f4686bee6218fafda8bb211fb7560 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5659754eca230a52e0335dc3cc373be87481e0f52fb712d2ed54da0502909c79 [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" "5659754eca230a52e0335dc3cc373be87481e0f52fb712d2ed54da0502909c79", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling cpal v0.13.3 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling claxon v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.17 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling tui v0.15.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling minimp3 v0.5.1 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling rodio v0.13.1 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling sampitor v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 56s [INFO] running `Command { std: "docker" "inspect" "5659754eca230a52e0335dc3cc373be87481e0f52fb712d2ed54da0502909c79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5659754eca230a52e0335dc3cc373be87481e0f52fb712d2ed54da0502909c79", kill_on_drop: false }` [INFO] [stdout] 5659754eca230a52e0335dc3cc373be87481e0f52fb712d2ed54da0502909c79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1dcacbc182f40559287c1708b7d8c434591150feade53d4b81fac286719b5c51 [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" "1dcacbc182f40559287c1708b7d8c434591150feade53d4b81fac286719b5c51", kill_on_drop: false }` [INFO] [stderr] Compiling curl v0.4.35 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling wasmparser v0.57.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling test-case v1.1.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quick-xml v0.18.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling cargo-tarpaulin v0.14.3 [INFO] [stderr] Compiling rstest v0.6.4 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling curl-sys v0.4.41+curl-7.75.0 [INFO] [stderr] Compiling libgit2-sys v0.12.18+1.1.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling humantime-serde v1.0.1 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling assert_cmd v1.0.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling cargo_metadata v0.11.4 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v0.10.1 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling coveralls-api v0.5.0 [INFO] [stderr] Compiling git2 v0.13.17 [INFO] [stderr] Compiling sampitor v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3m 32s [INFO] running `Command { std: "docker" "inspect" "1dcacbc182f40559287c1708b7d8c434591150feade53d4b81fac286719b5c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dcacbc182f40559287c1708b7d8c434591150feade53d4b81fac286719b5c51", kill_on_drop: false }` [INFO] [stdout] 1dcacbc182f40559287c1708b7d8c434591150feade53d4b81fac286719b5c51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] 3fec130dba6146727b95c447c08717283944b9bb2a124435186ac6855dfb10bb [INFO] running `Command { std: "docker" "start" "-a" "3fec130dba6146727b95c447c08717283944b9bb2a124435186ac6855dfb10bb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sampitor-47713e448cfb96fc) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test app::tests::menu_key_event ... ok [INFO] [stdout] test ui::axes::tests::zoom_in ... ok [INFO] [stdout] test ui::axes::tests::shift_left ... ok [INFO] [stdout] test view::chart::tests::new_points ... ok [INFO] [stdout] test io::path::tests::sort_folders_before_files ... ok [INFO] [stdout] test io::audio::tests::write_and_read ... ok [INFO] [stdout] test app::tests::menu_contains_views ... ok [INFO] [stdout] test dsp::filters::tests::process_default ... ok [INFO] [stdout] test view::chart::tests::process_points ... ok [INFO] [stdout] test ui::util::tests::rectangle_dimensions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sampitor-5d4558e1ea70ad7b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-fa8c320557514668) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test missing_file_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s [INFO] [stdout] [INFO] [stderr] Doc-tests sampitor [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3fec130dba6146727b95c447c08717283944b9bb2a124435186ac6855dfb10bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fec130dba6146727b95c447c08717283944b9bb2a124435186ac6855dfb10bb", kill_on_drop: false }` [INFO] [stdout] 3fec130dba6146727b95c447c08717283944b9bb2a124435186ac6855dfb10bb