[INFO] cloning repository https://github.com/umanux/umanux [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/umanux/umanux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumanux%2Fumanux", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumanux%2Fumanux'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70ee27a246d2892cb915f1e7dd450944fab3b777 [INFO] testing umanux/umanux against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumanux%2Fumanux" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umanux/umanux on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/umanux/umanux [INFO] finished tweaking git repo https://github.com/umanux/umanux [INFO] tweaked toml for git repo https://github.com/umanux/umanux written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/umanux/umanux already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b142d3a8c35e978b0e74f0346e01af10c2c7f0736a1c5cacc4b9b35e53cd7b20 [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" "b142d3a8c35e978b0e74f0346e01af10c2c7f0736a1c5cacc4b9b35e53cd7b20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b142d3a8c35e978b0e74f0346e01af10c2c7f0736a1c5cacc4b9b35e53cd7b20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b142d3a8c35e978b0e74f0346e01af10c2c7f0736a1c5cacc4b9b35e53cd7b20", kill_on_drop: false }` [INFO] [stdout] b142d3a8c35e978b0e74f0346e01af10c2c7f0736a1c5cacc4b9b35e53cd7b20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8fef42c8ba9614e3aae472fce8a59a7c9501bc7a8170d3c1f809a71da2dea431 [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" "8fef42c8ba9614e3aae472fce8a59a7c9501bc7a8170d3c1f809a71da2dea431", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-segmentation v1.7.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling simplelog v0.8.0 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling umanux v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/user/gecos_fields.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 145 - panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] 145 + panic!("Could not parse this string: {}", source) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.75s [INFO] running `Command { std: "docker" "inspect" "8fef42c8ba9614e3aae472fce8a59a7c9501bc7a8170d3c1f809a71da2dea431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fef42c8ba9614e3aae472fce8a59a7c9501bc7a8170d3c1f809a71da2dea431", kill_on_drop: false }` [INFO] [stdout] 8fef42c8ba9614e3aae472fce8a59a7c9501bc7a8170d3c1f809a71da2dea431 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.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] 858472573fa366f33b69a1eee6f645a75d1d3987a91e52d9f845eed384d5bf2a [INFO] running `Command { std: "docker" "start" "-a" "858472573fa366f33b69a1eee6f645a75d1d3987a91e52d9f845eed384d5bf2a", kill_on_drop: false }` [INFO] [stderr] Compiling test_bin v0.3.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/user/gecos_fields.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 145 - panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] 145 + panic!("Could not parse this string: {}", source) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling umanux v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/user/gecos_fields.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 145 - panic!(format!("Could not parse this string: {}", source)) [INFO] [stdout] 145 + panic!("Could not parse this string: {}", source) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.96s [INFO] running `Command { std: "docker" "inspect" "858472573fa366f33b69a1eee6f645a75d1d3987a91e52d9f845eed384d5bf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "858472573fa366f33b69a1eee6f645a75d1d3987a91e52d9f845eed384d5bf2a", kill_on_drop: false }` [INFO] [stdout] 858472573fa366f33b69a1eee6f645a75d1d3987a91e52d9f845eed384d5bf2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a28c324b261ec9019e76f95b6f81a55c8d679c0048c363ce02ffdf0798cac5a8 [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" "a28c324b261ec9019e76f95b6f81a55c8d679c0048c363ce02ffdf0798cac5a8", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/user/gecos_fields.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | panic!(format!("Could not parse this string: {}", source)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 145 - panic!(format!("Could not parse this string: {}", source)) [INFO] [stderr] 145 + panic!("Could not parse this string: {}", source) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `umanux` (lib) generated 1 warning [INFO] [stderr] warning: `umanux` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/umanux-77f628d5e7c090fc) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test user::passwd_fields::test_guid_system_user ... ok [INFO] [stdout] test user::gecos_fields::test_gecos_getters ... ok [INFO] [stdout] test group::test_groupname ... ok [INFO] [stdout] test user::test_default_user ... ok [INFO] [stdout] test user::test_new_from_string ... ok [INFO] [stdout] test userlib::test_user_db_write_implementation ... ok [INFO] [stdout] test user::gecos_fields::test_parse_gecos ... ok [INFO] [stdout] test userlib::test_creator_user_db_local ... ok [INFO] [stdout] test group::test_parse_and_back_identity ... ok [INFO] [stdout] test user::shadow_fields::test_parse_and_back_identity ... ok [INFO] [stdout] test group::test_root_group ... ok [INFO] [stdout] test user::passwd_fields::test_username_validation ... ok [INFO] [stdout] test user::test_parse_passwd ... ok [INFO] [stdout] test userlib::test_user_db_read_implementation ... ok [INFO] [stdout] test userlib::test_parsing_local_database ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/create_user-d49c459179179b57) [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/delete_user-d9713a44fb6ba3c3) [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/read_all-27d141bd829e28dd) [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/create_user_test.rs (/opt/rustwide/target/debug/deps/create_user_test-a6724b3b64154a29) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_create_user_function ... ok [INFO] [stdout] test test_create_user_binary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/delete_user_test.rs (/opt/rustwide/target/debug/deps/delete_user_test-e08fd0a3112389f1) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_delete_user_function ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/testfiles.rs (/opt/rustwide/target/debug/deps/testfiles-ac05514ecd0f620f) [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 umanux [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/user/shadow_fields.rs - user::shadow_fields::Shadow::new_from_string (line 90) ... ok [INFO] [stdout] test src/user/mod.rs - user::User::new_from_string (line 90) ... ok [INFO] [stdout] test src/group/mod.rs - group::Group::new_from_string (line 139) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a28c324b261ec9019e76f95b6f81a55c8d679c0048c363ce02ffdf0798cac5a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a28c324b261ec9019e76f95b6f81a55c8d679c0048c363ce02ffdf0798cac5a8", kill_on_drop: false }` [INFO] [stdout] a28c324b261ec9019e76f95b6f81a55c8d679c0048c363ce02ffdf0798cac5a8