[INFO] cloning repository https://github.com/mubiquity/biors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mubiquity/biors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmubiquity%2Fbiors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmubiquity%2Fbiors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee9b8ebc6ae6f01a50209aa86e145943b5797e58 [INFO] testing mubiquity/biors against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmubiquity%2Fbiors" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mubiquity/biors on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mubiquity/biors [INFO] finished tweaking git repo https://github.com/mubiquity/biors [INFO] tweaked toml for git repo https://github.com/mubiquity/biors written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ae6b3e2188cb5586d82d6b38d10d622d88eb3b982743cf443744df16e31a952 [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" "5ae6b3e2188cb5586d82d6b38d10d622d88eb3b982743cf443744df16e31a952", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ae6b3e2188cb5586d82d6b38d10d622d88eb3b982743cf443744df16e31a952", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ae6b3e2188cb5586d82d6b38d10d622d88eb3b982743cf443744df16e31a952", kill_on_drop: false }` [INFO] [stdout] 5ae6b3e2188cb5586d82d6b38d10d622d88eb3b982743cf443744df16e31a952 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82fe5ec9b7caefba01ffda4ca4115f6fb133fe6027277f9947469f9fab631e09 [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" "82fe5ec9b7caefba01ffda4ca4115f6fb133fe6027277f9947469f9fab631e09", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling bimap v0.2.0 [INFO] [stderr] Compiling biors v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.59s [INFO] running `Command { std: "docker" "inspect" "82fe5ec9b7caefba01ffda4ca4115f6fb133fe6027277f9947469f9fab631e09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82fe5ec9b7caefba01ffda4ca4115f6fb133fe6027277f9947469f9fab631e09", kill_on_drop: false }` [INFO] [stdout] 82fe5ec9b7caefba01ffda4ca4115f6fb133fe6027277f9947469f9fab631e09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] dc9076cec4db3d406fe474281c3d521d5dfa11d17f9a05b76e2e2426b620bb28 [INFO] running `Command { std: "docker" "start" "-a" "dc9076cec4db3d406fe474281c3d521d5dfa11d17f9a05b76e2e2426b620bb28", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling biors v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "dc9076cec4db3d406fe474281c3d521d5dfa11d17f9a05b76e2e2426b620bb28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc9076cec4db3d406fe474281c3d521d5dfa11d17f9a05b76e2e2426b620bb28", kill_on_drop: false }` [INFO] [stdout] dc9076cec4db3d406fe474281c3d521d5dfa11d17f9a05b76e2e2426b620bb28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 56444495f3bca43809793d097e1a05fe4a56bef5f18e5cd5f3c72131a7bdb423 [INFO] running `Command { std: "docker" "start" "-a" "56444495f3bca43809793d097e1a05fe4a56bef5f18e5cd5f3c72131a7bdb423", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/biors-dc80fa08c02ad369) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test alphabet::dna::tests::unambiguous_complement ... ok [INFO] [stdout] test alphabet::dna::tests::ambiguous_symbols ... ok [INFO] [stdout] test alphabet::dna::tests::unambiguous_symbols ... ok [INFO] [stdout] test alphabet::dna::tests::symbol_complement_size ... ok [INFO] [stdout] test alphabet::encoding::index_encoder::tests::correct_decode ... ok [INFO] [stdout] test alphabet::encoding::index_encoder::tests::decode_too_many ... ok [INFO] [stdout] test alphabet::encoding::index_encoder::tests::correct_encode ... ok [INFO] [stdout] test alphabet::tests::complement_valid ... ok [INFO] [stdout] test alphabet::tests::contains_false ... ok [INFO] [stdout] test alphabet::tests::contains_true ... ok [INFO] [stdout] test sequence::tests::push_string_extra_characters ... ok [INFO] [stdout] test sequence::tests::string_chunks_proper_size ... ok [INFO] [stdout] test sequence::tests::push_string ... ok [INFO] [stdout] test sequence::tests::string_chunks_wrong_size ... ok [INFO] [stdout] test alphabet::tests::is_word ... ok [INFO] [stdout] test sequence::tests::display ... ok [INFO] [stdout] test sequence::tests::from_encoder ... ok [INFO] [stdout] test alphabet::dna::tests::ambiguous_complement ... ok [INFO] [stdout] test alphabet::encoding::index_encoder::tests::recalculate_mappings ... ok [INFO] [stdout] test alphabet::dna::tests::complements_in_alphabet ... ok [INFO] [stdout] test alphabet::encoding::index_encoder::tests::unexpected_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests biors [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/sequence/mod.rs - sequence::Sequence (line 16) ... ok [INFO] [stdout] test src/sequence/mod.rs - sequence::Sequence::circular (line 59) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "56444495f3bca43809793d097e1a05fe4a56bef5f18e5cd5f3c72131a7bdb423", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56444495f3bca43809793d097e1a05fe4a56bef5f18e5cd5f3c72131a7bdb423", kill_on_drop: false }` [INFO] [stdout] 56444495f3bca43809793d097e1a05fe4a56bef5f18e5cd5f3c72131a7bdb423