Nov 18 18:02:46.893 INFO testing chef_api-0.2.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 18:02:46.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 18:02:47.320 INFO [stdout] a04fbfdf22ebec63e63471a6c76e70a549d1a0d21bab36f84b934227ac518650 Nov 18 18:02:47.323 INFO running `"docker" "start" "-a" "a04fbfdf22ebec63e63471a6c76e70a549d1a0d21bab36f84b934227ac518650"` Nov 18 18:02:49.479 INFO [stderr] usermod: no changes Nov 18 18:02:49.925 INFO [stderr] Compiling tokio-openssl v0.1.4 Nov 18 18:02:54.513 INFO [stderr] Compiling hyper-openssl v0.3.1 Nov 18 18:03:00.549 INFO [stderr] Compiling chef_api v0.2.0 (/source) Nov 18 18:03:07.567 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 18 18:03:07.567 INFO [stderr] --> src/authentication/auth11.rs:13:5 Nov 18 18:03:07.567 INFO [stderr] | Nov 18 18:03:07.567 INFO [stderr] 13 | use std::ascii::AsciiExt; Nov 18 18:03:07.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 18:03:07.567 INFO [stderr] | Nov 18 18:03:07.567 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 18:03:07.567 INFO [stderr] Nov 18 18:03:07.567 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 18 18:03:07.567 INFO [stderr] --> src/authentication/auth13.rs:13:5 Nov 18 18:03:07.567 INFO [stderr] | Nov 18 18:03:07.567 INFO [stderr] 13 | use std::ascii::AsciiExt; Nov 18 18:03:07.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 18:03:07.567 INFO [stderr] Nov 18 18:03:07.567 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 18 18:03:07.567 INFO [stderr] --> src/credentials.rs:169:26 Nov 18 18:03:07.567 INFO [stderr] | Nov 18 18:03:07.567 INFO [stderr] 169 | let home_dir = match env::home_dir() { Nov 18 18:03:07.567 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 18:03:07.567 INFO [stderr] Nov 18 18:03:10.796 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.29s Nov 18 18:03:10.815 INFO [stderr] su: No module specific data is present Nov 18 18:03:11.809 INFO running `"docker" "inspect" "a04fbfdf22ebec63e63471a6c76e70a549d1a0d21bab36f84b934227ac518650"` Nov 18 18:03:12.097 INFO running `"docker" "rm" "-f" "a04fbfdf22ebec63e63471a6c76e70a549d1a0d21bab36f84b934227ac518650"` Nov 18 18:03:12.411 INFO [stdout] a04fbfdf22ebec63e63471a6c76e70a549d1a0d21bab36f84b934227ac518650 Nov 18 18:03:12.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 18:03:12.995 INFO [stdout] daef8c899dcc9cfee4c2c9769d6d1c10ac0f628bbc9e403614f37341c9f700b4 Nov 18 18:03:12.998 INFO running `"docker" "start" "-a" "daef8c899dcc9cfee4c2c9769d6d1c10ac0f628bbc9e403614f37341c9f700b4"` Nov 18 18:03:15.047 INFO [stderr] usermod: no changes Nov 18 18:03:15.402 INFO [stderr] Compiling chef_api v0.2.0 (/source) Nov 18 18:03:22.095 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 18 18:03:22.095 INFO [stderr] --> src/authentication/auth11.rs:13:5 Nov 18 18:03:22.096 INFO [stderr] | Nov 18 18:03:22.097 INFO [stderr] 13 | use std::ascii::AsciiExt; Nov 18 18:03:22.097 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 18:03:22.097 INFO [stderr] | Nov 18 18:03:22.097 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 18:03:22.098 INFO [stderr] Nov 18 18:03:22.098 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 18 18:03:22.098 INFO [stderr] --> src/authentication/auth13.rs:13:5 Nov 18 18:03:22.098 INFO [stderr] | Nov 18 18:03:22.099 INFO [stderr] 13 | use std::ascii::AsciiExt; Nov 18 18:03:22.099 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 18:03:22.099 INFO [stderr] Nov 18 18:03:22.099 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 18 18:03:22.100 INFO [stderr] --> src/credentials.rs:169:26 Nov 18 18:03:22.100 INFO [stderr] | Nov 18 18:03:22.100 INFO [stderr] 169 | let home_dir = match env::home_dir() { Nov 18 18:03:22.100 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 18:03:22.101 INFO [stderr] Nov 18 18:03:22.101 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 18 18:03:22.101 INFO [stderr] --> src/credentials.rs:242:20 Nov 18 18:03:22.101 INFO [stderr] | Nov 18 18:03:22.102 INFO [stderr] 242 | let home = std::env::home_dir().unwrap(); Nov 18 18:03:22.102 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 18 18:03:22.102 INFO [stderr] Nov 18 18:03:22.103 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 18 18:03:22.103 INFO [stderr] --> src/credentials.rs:251:20 Nov 18 18:03:22.103 INFO [stderr] | Nov 18 18:03:22.103 INFO [stderr] 251 | let home = std::env::home_dir().unwrap(); Nov 18 18:03:22.104 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 18 18:03:22.104 INFO [stderr] Nov 18 18:03:28.030 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.96s Nov 18 18:03:28.051 INFO [stderr] su: No module specific data is present Nov 18 18:03:29.119 INFO running `"docker" "inspect" "daef8c899dcc9cfee4c2c9769d6d1c10ac0f628bbc9e403614f37341c9f700b4"` Nov 18 18:03:29.528 INFO running `"docker" "rm" "-f" "daef8c899dcc9cfee4c2c9769d6d1c10ac0f628bbc9e403614f37341c9f700b4"` Nov 18 18:03:30.050 INFO [stdout] daef8c899dcc9cfee4c2c9769d6d1c10ac0f628bbc9e403614f37341c9f700b4 Nov 18 18:03:30.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 18:03:30.601 INFO [stdout] 4f9e5567772bdc71ed3bc6344b6a99fb11408216e554b62356c240c3d56adf13 Nov 18 18:03:30.605 INFO running `"docker" "start" "-a" "4f9e5567772bdc71ed3bc6344b6a99fb11408216e554b62356c240c3d56adf13"` Nov 18 18:03:31.827 INFO [stderr] usermod: no changes Nov 18 18:03:32.220 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.35s Nov 18 18:03:32.229 INFO [stderr] Running /target/debug/deps/chef_api-e5ee6511a5a8e361 Nov 18 18:03:32.237 INFO [stdout] Nov 18 18:03:32.237 INFO [stdout] running 16 tests Nov 18 18:03:32.323 INFO [stdout] test credentials::tests::test_absolute_get_chef_path ... ok Nov 18 18:03:32.327 INFO [stdout] test authentication::auth11::tests::test_canonical_user_id ... ok Nov 18 18:03:32.343 INFO [stdout] test authentication::auth11::tests::test_canonical_request ... ok Nov 18 18:03:32.344 INFO [stdout] test authentication::auth13::tests::test_canonical_request ... ok Nov 18 18:03:32.344 INFO [stdout] test credentials::tests::test_default_profile_name ... ok Nov 18 18:03:32.344 INFO [stdout] test credentials::tests::test_explicit_profile_name ... ok Nov 18 18:03:32.344 INFO [stdout] test credentials::tests::test_environment_profile_name ... ok Nov 18 18:03:32.355 INFO [stdout] test credentials::tests::test_get_chef_path ... ok Nov 18 18:03:32.359 INFO [stdout] test utils::tests::test_squeeze_path ... ok Nov 18 18:03:32.359 INFO [stdout] test utils::tests::test_squeeze_path_with_many_duplicate_slashes ... ok Nov 18 18:03:32.359 INFO [stdout] test utils::tests::test_squeeze_path_with_trailing_slash ... ok Nov 18 18:03:32.377 INFO [stdout] test authentication::auth13::tests::test_signed_request ... ok Nov 18 18:03:32.378 INFO [stdout] test authentication::auth11::tests::test_private_key ... ok Nov 18 18:03:32.379 INFO [stdout] test utils::tests::test_squeeze_path_with_duplicate_slashes ... ok Nov 18 18:03:32.379 INFO [stdout] test credentials::tests::test_from_str ... ok Nov 18 18:03:32.387 INFO [stdout] test credentials::tests::test_organization_path ... ok Nov 18 18:03:32.388 INFO [stdout] Nov 18 18:03:32.388 INFO [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 18:03:32.388 INFO [stdout] Nov 18 18:03:32.391 INFO [stderr] Doc-tests chef_api Nov 18 18:03:43.618 INFO [stdout] Nov 18 18:03:43.618 INFO [stdout] running 4 tests Nov 18 18:04:23.343 INFO [stdout] test src/requests/clients.rs - requests::clients (line 24) ... ok Nov 18 18:04:23.363 INFO [stdout] test src/lib.rs - (line 16) ... ok Nov 18 18:04:23.739 INFO [stdout] test src/requests/clients.rs - requests::clients (line 9) ... ok Nov 18 18:04:23.974 INFO [stdout] test src/requests/clients.rs - requests::clients (line 40) ... ok Nov 18 18:04:23.975 INFO [stdout] Nov 18 18:04:23.975 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 18:04:23.975 INFO [stdout] Nov 18 18:04:24.007 INFO [stderr] su: No module specific data is present Nov 18 18:04:26.091 INFO running `"docker" "inspect" "4f9e5567772bdc71ed3bc6344b6a99fb11408216e554b62356c240c3d56adf13"` Nov 18 18:04:26.561 INFO running `"docker" "rm" "-f" "4f9e5567772bdc71ed3bc6344b6a99fb11408216e554b62356c240c3d56adf13"` Nov 18 18:04:26.962 INFO [stdout] 4f9e5567772bdc71ed3bc6344b6a99fb11408216e554b62356c240c3d56adf13