[INFO] cloning repository https://github.com/kb10uy/phorcys [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kb10uy/phorcys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fphorcys", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fphorcys'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e545af56ad694e0095ef467ffef17b3a5dc9576 [INFO] testing kb10uy/phorcys against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fphorcys" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kb10uy/phorcys on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kb10uy/phorcys [INFO] finished tweaking git repo https://github.com/kb10uy/phorcys [INFO] tweaked toml for git repo https://github.com/kb10uy/phorcys written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/kb10uy/phorcys already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap_derive v3.1.2 [INFO] [stderr] Downloaded flexi_logger v0.22.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27546be4285a035e1ce7ad3e21d481198b592e97564c33d5f149aa0ac2d501d0 [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" "27546be4285a035e1ce7ad3e21d481198b592e97564c33d5f149aa0ac2d501d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27546be4285a035e1ce7ad3e21d481198b592e97564c33d5f149aa0ac2d501d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27546be4285a035e1ce7ad3e21d481198b592e97564c33d5f149aa0ac2d501d0", kill_on_drop: false }` [INFO] [stdout] 27546be4285a035e1ce7ad3e21d481198b592e97564c33d5f149aa0ac2d501d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2560d983eb0c85594d7babe88d9f221c2fb1cefc44403b2bb5b0eabc9100b3eb [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" "2560d983eb0c85594d7babe88d9f221c2fb1cefc44403b2bb5b0eabc9100b3eb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling async-task v4.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling exparam-server v0.1.0 (/opt/rustwide/workdir/exparam-server) [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling clap_derive v3.1.2 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling alsa v0.4.3 [INFO] [stderr] Compiling midly v0.5.2 [INFO] [stderr] Compiling midir v0.7.0 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling phorcys-osc v0.1.0 (/opt/rustwide/workdir/phorcys-osc) [INFO] [stderr] Compiling flexi_logger v0.22.3 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling clap v3.1.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling phorcys-config v0.1.0 (/opt/rustwide/workdir/phorcys-config) [INFO] [stderr] Compiling phorcys-miditable v0.1.0 (/opt/rustwide/workdir/phorcys-miditable) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 25s [INFO] running `Command { std: "docker" "inspect" "2560d983eb0c85594d7babe88d9f221c2fb1cefc44403b2bb5b0eabc9100b3eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2560d983eb0c85594d7babe88d9f221c2fb1cefc44403b2bb5b0eabc9100b3eb", kill_on_drop: false }` [INFO] [stdout] 2560d983eb0c85594d7babe88d9f221c2fb1cefc44403b2bb5b0eabc9100b3eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] f55ad0fd2d57a005a8e5fab001088190a71fa1f742d49793db14aafb4654bffd [INFO] running `Command { std: "docker" "start" "-a" "f55ad0fd2d57a005a8e5fab001088190a71fa1f742d49793db14aafb4654bffd", kill_on_drop: false }` [INFO] [stderr] Compiling exparam-server v0.1.0 (/opt/rustwide/workdir/exparam-server) [INFO] [stderr] Compiling phorcys-osc v0.1.0 (/opt/rustwide/workdir/phorcys-osc) [INFO] [stderr] Compiling phorcys-config v0.1.0 (/opt/rustwide/workdir/phorcys-config) [INFO] [stderr] Compiling phorcys-miditable v0.1.0 (/opt/rustwide/workdir/phorcys-miditable) [INFO] [stderr] Compiling phorcys-examples v0.1.0 (/opt/rustwide/workdir/phorcys-examples) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.53s [INFO] running `Command { std: "docker" "inspect" "f55ad0fd2d57a005a8e5fab001088190a71fa1f742d49793db14aafb4654bffd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f55ad0fd2d57a005a8e5fab001088190a71fa1f742d49793db14aafb4654bffd", kill_on_drop: false }` [INFO] [stdout] f55ad0fd2d57a005a8e5fab001088190a71fa1f742d49793db14aafb4654bffd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] effe9fe6a380c329c4fd77745d92f4c0977d2bac7e8745deeb99bb0019abd3c9 [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" "effe9fe6a380c329c4fd77745d92f4c0977d2bac7e8745deeb99bb0019abd3c9", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exparam_server-c8db7d62ec70f2a9) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phorcys_config-2c904c167ddfa72c) [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] [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] [stderr] Running tests/acceptance.rs (/opt/rustwide/target/debug/deps/acceptance-42431f8e9de5cc04) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_config_structure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phorcys_miditable-06364ab2c984aca1) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phorcys_osc-c236ecb06f3b2a4f) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test data::test::test_aligned_write ... ok [INFO] [stdout] test data::test::test_aligned_write_null ... ok [INFO] [stderr] Doc-tests phorcys-config [INFO] [stdout] test packet::message::test::test_serializer_params1 ... ok [INFO] [stdout] test packet::message::test::test_serializer_simple ... ok [INFO] [stdout] test address::address::test::test_invalid_address ... ok [INFO] [stdout] test data::test::test_value_length_calculation ... ok [INFO] [stdout] test packet::message::test::test_deserializer_error_address ... ok [INFO] [stdout] test packet::message::test::test_deserializer_error_tag ... ok [INFO] [stdout] test packet::message::test::test_deserializer_simple ... ok [INFO] [stdout] test address::address::test::test_valid_address ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] [stderr] Doc-tests phorcys-osc [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" "effe9fe6a380c329c4fd77745d92f4c0977d2bac7e8745deeb99bb0019abd3c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "effe9fe6a380c329c4fd77745d92f4c0977d2bac7e8745deeb99bb0019abd3c9", kill_on_drop: false }` [INFO] [stdout] effe9fe6a380c329c4fd77745d92f4c0977d2bac7e8745deeb99bb0019abd3c9