[INFO] fetching crate aws_config_mod 0.3.0...
[INFO] testing aws_config_mod-0.3.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate aws_config_mod 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate aws_config_mod 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aws_config_mod 0.3.0
[INFO] tweaked toml for crates.io crate aws_config_mod 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aws_config_mod 0.3.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 303b9167c36ed133314a40d348bd9881e6fc352b56c258fdb1c3b188ab8f202a
[INFO] running `Command { std: "docker" "start" "-a" "303b9167c36ed133314a40d348bd9881e6fc352b56c258fdb1c3b188ab8f202a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "303b9167c36ed133314a40d348bd9881e6fc352b56c258fdb1c3b188ab8f202a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "303b9167c36ed133314a40d348bd9881e6fc352b56c258fdb1c3b188ab8f202a", kill_on_drop: false }`
[INFO] [stdout] 303b9167c36ed133314a40d348bd9881e6fc352b56c258fdb1c3b188ab8f202a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f2b28d99acc29db1037a4221e98e4d1cc63d0e3fd91fb413d0cf1b148d58b8e
[INFO] running `Command { std: "docker" "start" "-a" "3f2b28d99acc29db1037a4221e98e4d1cc63d0e3fd91fb413d0cf1b148d58b8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling aws_config_mod v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
[INFO] running `Command { std: "docker" "inspect" "3f2b28d99acc29db1037a4221e98e4d1cc63d0e3fd91fb413d0cf1b148d58b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f2b28d99acc29db1037a4221e98e4d1cc63d0e3fd91fb413d0cf1b148d58b8e", kill_on_drop: false }`
[INFO] [stdout] 3f2b28d99acc29db1037a4221e98e4d1cc63d0e3fd91fb413d0cf1b148d58b8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0b8bba917504349cf2e3d9ade50c255a539144ec2472e5d37f76a8d4163bd39
[INFO] running `Command { std: "docker" "start" "-a" "a0b8bba917504349cf2e3d9ade50c255a539144ec2472e5d37f76a8d4163bd39", kill_on_drop: false }`
[INFO] [stderr]    Compiling aws_config_mod v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "a0b8bba917504349cf2e3d9ade50c255a539144ec2472e5d37f76a8d4163bd39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0b8bba917504349cf2e3d9ade50c255a539144ec2472e5d37f76a8d4163bd39", kill_on_drop: false }`
[INFO] [stdout] a0b8bba917504349cf2e3d9ade50c255a539144ec2472e5d37f76a8d4163bd39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7f577d38e5319afd070ae44e68d133b8ba549351a008cb0d608402482301bfe5
[INFO] running `Command { std: "docker" "start" "-a" "7f577d38e5319afd070ae44e68d133b8ba549351a008cb0d608402482301bfe5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aws_config_mod-919312dc04465ba1)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-a6324bf2e157b336)
[INFO] [stdout] test model::config_file::test::empty_config_should_pass ... ok
[INFO] [stdout] test model::config_file::test::empty_string_is_valid_config ... ok
[INFO] [stdout] test model::indent::test::beginning_of_a_comment_is_not_indent ... ok
[INFO] [stdout] test model::config_file::test::multiline_whitespace_is_valid ... ok
[INFO] [stdout] test model::indent::test::empty_string_is_not_indent ... ok
[INFO] [stdout] test model::config_file::test::parses_sample_config ... ok
[INFO] [stdout] test model::indent::test::indent_followed_by_a_setting_is_valid ... ok
[INFO] [stdout] test model::config_file::test::parses_sample_config2 ... ok
[INFO] [stdout] test model::indent::test::spaces_with_no_content_is_not_indent ... ok
[INFO] [stdout] test model::nested_setting::test::parses_a_setting_no_spaces ... ok
[INFO] [stdout] test model::section::test::leading_comment_on_section ... ok
[INFO] [stdout] test model::section::test::multiple_leading_comment_on_section ... ok
[INFO] [stdout] test model::section::test::multiple_nested ... ok
[INFO] [stdout] test model::section::test::multiple_trailing_comment_on_section ... ok
[INFO] [stdout] test model::section::test::parses_section_with_two_entries_not_nested ... ok
[INFO] [stdout] test model::setting::test::parses_a_nested_setting ... ok
[INFO] [stdout] test model::setting::test::parses_a_nested_setting_trailing_comment ... ok
[INFO] [stdout] test model::setting::test::parses_a_nested_setting_with_nested_line_comment ... ok
[INFO] [stdout] test model::setting::test::parses_a_setting_no_spaces ... ok
[INFO] [stdout] test model::setting::test::parses_a_nested_setting_with_topline_comment ... ok
[INFO] [stdout] test model::setting_name::test::parses_valid_setting_names ... ok
[INFO] [stdout] test model::value::test::parses_access_key_as_value ... ok
[INFO] [stdout] test model::value::test::parses_arn_as_value ... ok
[INFO] [stdout] test model::value::test::parses_url_as_value ... ok
[INFO] [stdout] test model::whitespace::test::comment_just_spaces_and_newline ... ok
[INFO] [stdout] test model::whitespace::test::multilines_of_whitespace ... ok
[INFO] [stdout] test model::whitespace::test::parses_a_comment_with_leading_spaces_and_newline_carriage_return ... ok
[INFO] [stdout] test model::whitespace::test::parses_a_comment_with_no_leading_space_and_newline ... ok
[INFO] [stdout] test model::whitespace::test::parses_a_comment_with_no_leading_space_and_newline_carriage_return ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test can_add_a_setting_to_existing_section ... ok
[INFO] [stdout] test can_get_a_section_with_a_section_type_and_string ... ok
[INFO] [stdout] test can_get_a_nested_section ... ok
[INFO] [stdout] test can_change_a_value ... ok
[INFO] [stdout] test can_get_a_section_with_a_tuple_of_strings ... ok
[INFO] [stdout] test can_get_a_value_from_path_string ... ok
[INFO] [stdout] test update_a_credential_file ... ok
[INFO] [stdout] test can_parse_a_credential_file ... ok
[INFO] [stdout] test can_get_a_section_with_a_string ... ok
[INFO] [stdout] test can_get_a_value_from_path_tuple ... 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] [stderr]    Doc-tests aws_config_mod
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/model/nested_settings.rs - model::nested_settings::NestedSettings (line 10) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 22) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/model/nested_settings.rs - model::nested_settings::NestedSettings (line 10) stdout ----
[INFO] [stdout] error: expected item, found `[`
[INFO] [stdout]   --> src/model/nested_settings.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | [profile test]
[INFO] [stdout]    | ^ expected item
[INFO] [stdout]    |
[INFO] [stdout]    = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AwsConfigFile`
[INFO] [stdout]   --> src/lib.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 | let mut config = AwsConfigFile::parse(SAMPLE_FILE).expect("Sample file should be valid");
[INFO] [stdout]    |                  ^^^^^^^^^^^^^ use of undeclared type `AwsConfigFile`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 22 + use aws_config_mod::AwsConfigFile;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_FILE` in this scope
[INFO] [stdout]   --> src/lib.rs:38:39
[INFO] [stdout]    |
[INFO] [stdout] 38 | let mut config = AwsConfigFile::parse(SAMPLE_FILE).expect("Sample file should be valid");
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SettingPath`
[INFO] [stdout]   --> src/lib.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | let setting_path = SettingPath::try_from("profile.A.credential_source").expect("Should parse");
[INFO] [stdout]    |                    ^^^^^^^^^^^ use of undeclared type `SettingPath`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 22 + use aws_config_mod::SettingPath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value`
[INFO] [stdout]   --> src/lib.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 | config.set(setting_path, Value::from("my-new-credential-source"));
[INFO] [stdout]    |                          ^^^^^ use of undeclared type `Value`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 22 + use aws_config_mod::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 22)
[INFO] [stdout]     src/model/nested_settings.rs - model::nested_settings::NestedSettings (line 10)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "7f577d38e5319afd070ae44e68d133b8ba549351a008cb0d608402482301bfe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f577d38e5319afd070ae44e68d133b8ba549351a008cb0d608402482301bfe5", kill_on_drop: false }`
[INFO] [stdout] 7f577d38e5319afd070ae44e68d133b8ba549351a008cb0d608402482301bfe5
