[INFO] fetching crate coreutils_auth 0.4.0... [INFO] extracting crate coreutils_auth 0.4.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/coreutils_auth/0.4.0 [INFO] extracting crate coreutils_auth 0.4.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coreutils_auth/0.4.0 [INFO] validating manifest of coreutils_auth-0.4.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreutils_auth-0.4.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coreutils_auth-0.4.0 [INFO] finished frobbing coreutils_auth-0.4.0 [INFO] frobbed toml for coreutils_auth-0.4.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/coreutils_auth/0.4.0/Cargo.toml [INFO] started frobbing coreutils_auth-0.4.0 [INFO] finished frobbing coreutils_auth-0.4.0 [INFO] frobbed toml for coreutils_auth-0.4.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coreutils_auth/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing coreutils_auth-0.4.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coreutils_auth/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e2a960bf9ca9223455c24161ae9d6e55fb7f9e838c8f84ce787bb6e497c6e15a [INFO] running `"docker" "start" "-a" "e2a960bf9ca9223455c24161ae9d6e55fb7f9e838c8f84ce787bb6e497c6e15a"` [INFO] [stderr] Compiling coreutils_auth v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | roles_provider: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(roles_provider: Box) -> AuthService { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:52 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(auth: model::Auth, roles_provider: &RolesProvider) -> AuthContext { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "e2a960bf9ca9223455c24161ae9d6e55fb7f9e838c8f84ce787bb6e497c6e15a"` [INFO] running `"docker" "rm" "-f" "e2a960bf9ca9223455c24161ae9d6e55fb7f9e838c8f84ce787bb6e497c6e15a"` [INFO] [stdout] e2a960bf9ca9223455c24161ae9d6e55fb7f9e838c8f84ce787bb6e497c6e15a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coreutils_auth/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4ab901969fd7649c6573ed00202cfb2db13eb60b17623236d53f23097005c68b [INFO] running `"docker" "start" "-a" "4ab901969fd7649c6573ed00202cfb2db13eb60b17623236d53f23097005c68b"` [INFO] [stderr] Compiling coreutils_auth v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | roles_provider: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(roles_provider: Box) -> AuthService { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:52 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(auth: model::Auth, roles_provider: &RolesProvider) -> AuthContext { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn RolesProvider` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `"docker" "inspect" "4ab901969fd7649c6573ed00202cfb2db13eb60b17623236d53f23097005c68b"` [INFO] running `"docker" "rm" "-f" "4ab901969fd7649c6573ed00202cfb2db13eb60b17623236d53f23097005c68b"` [INFO] [stdout] 4ab901969fd7649c6573ed00202cfb2db13eb60b17623236d53f23097005c68b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coreutils_auth/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 252c6fb9396ffc3d235d658bf9a4093427107045529b9f105ea604b4d2bc9b6d [INFO] running `"docker" "start" "-a" "252c6fb9396ffc3d235d658bf9a4093427107045529b9f105ea604b4d2bc9b6d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/coreutils_auth-f9f45b7d18cb8687 [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test test_auth_context::should_be_allowed_if_not_the_owner_but_has_role ... ok [INFO] [stdout] test test_auth_context::should_be_allowed_if_not_the_owner_but_has_permission ... ok [INFO] [stdout] test test_auth_context::should_be_authenticated ... ok [INFO] [stdout] test test_auth_context::should_be_allowed_if_the_owner_but_not_has_role ... ok [INFO] [stdout] test test_auth_context::should_be_allowed_if_the_owner_but_not_has_permission ... ok [INFO] [stdout] test test_auth_context::should_be_not_authenticated ... ok [INFO] [stdout] test test_auth_context::should_be_not_authenticated_even_if_has_role ... ok [INFO] [stdout] test test_auth_context::should_be_not_authenticated_even_if_has_permission ... ok [INFO] [stdout] test test_auth_context::should_have_any_permission ... ok [INFO] [stdout] test test_auth_context::should_have_any_role ... ok [INFO] [stdout] test test_auth_context::should_have_role ... ok [INFO] [stdout] test test_auth_context::should_have_role_2 ... ok [INFO] [stdout] test test_auth_context::should_not_be_allowed_if_not_the_owner_and_not_has_permission ... ok [INFO] [stdout] test test_auth_context::should_not_be_allowed_if_not_the_owner_and_not_has_role ... ok [INFO] [stdout] test test_auth_context::should_not_be_the_owner ... ok [INFO] [stdout] test test_auth_context::should_not_have_all_permissions ... ok [INFO] [stdout] test test_auth_context::should_not_have_all_roles ... ok [INFO] [stdout] test test_auth_context::should_not_have_any_permission ... ok [INFO] [stdout] test test_auth_context::should_not_have_permission ... ok [INFO] [stdout] test test_auth_context::should_not_have_role ... ok [INFO] [stdout] test test_role_provider::should_return_all_roles ... ok [INFO] [stdout] test test_role_provider::should_return_empty_if_no_matching_names ... ok [INFO] [stdout] test test_role_provider::should_return_role_by_name ... ok [INFO] [stdout] test test_auth_context::should_have_permission ... ok [INFO] [stdout] test test_auth_context::should_have_permission_2 ... ok [INFO] [stdout] test test_auth_context::should_have_all_roles ... ok [INFO] [stdout] test test_auth_context::should_not_have_any_role ... ok [INFO] [stdout] test test_auth_context::should_be_the_owner ... ok [INFO] [stderr] Doc-tests coreutils_auth [INFO] [stdout] test test_auth_context::should_have_all_permissions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "252c6fb9396ffc3d235d658bf9a4093427107045529b9f105ea604b4d2bc9b6d"` [INFO] running `"docker" "rm" "-f" "252c6fb9396ffc3d235d658bf9a4093427107045529b9f105ea604b4d2bc9b6d"` [INFO] [stdout] 252c6fb9396ffc3d235d658bf9a4093427107045529b9f105ea604b4d2bc9b6d