[INFO] cloning repository https://github.com/igroykt/nic-api-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/igroykt/nic-api-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figroykt%2Fnic-api-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figroykt%2Fnic-api-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 713b2f97f9f9dca9f0834766b61815c9ba2a78c4
[INFO] testing igroykt/nic-api-rust against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figroykt%2Fnic-api-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/igroykt/nic-api-rust
[INFO] finished tweaking git repo https://github.com/igroykt/nic-api-rust
[INFO] tweaked toml for git repo https://github.com/igroykt/nic-api-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/igroykt/nic-api-rust on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/igroykt/nic-api-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded portable-atomic-util v0.2.5
[INFO] [stderr]   Downloaded zmij v1.0.19
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.37
[INFO] [stderr]   Downloaded zerocopy v0.8.37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667
[INFO] running `Command { std: "docker" "start" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling oauth2 v4.4.2
[INFO] [stderr]    Compiling nic-api-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 44s
[INFO] running `Command { std: "docker" "inspect" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling jiff v0.2.18
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling oauth2 v4.4.2
[INFO] [stderr]    Compiling nic-api-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/nic_api_rust-83be8ea2035fbb6a)
[INFO] [stdout] 
[INFO] [stdout] running 91 tests
[INFO] [stdout] test auth::tests::token_is_expired_when_old ... ok
[INFO] [stdout] test auth::tests::token_is_not_expired_when_fresh ... ok
[INFO] [stdout] test auth::tests::token_manager_new_creates_instance ... ok
[INFO] [stdout] test auth::tests::token_is_expired_within_buffer ... ok
[INFO] [stdout] test auth::tests::token_no_expiry_is_never_expired ... ok
[INFO] [stdout] test auth::tests::token_manager_set_and_get_token ... ok
[INFO] [stdout] test auth::tests::token_manager_access_token ... ok
[INFO] [stdout] test auth::tests::token_serde_round_trip ... ok
[INFO] [stdout] test client::tests::check_response_expired_token ... ok
[INFO] [stdout] test client::tests::check_response_success ... ok
[INFO] [stdout] test client::tests::check_response_zone_already_exists ... ok
[INFO] [stdout] test client::tests::check_response_service_not_found ... ok
[INFO] [stdout] test client::tests::check_response_unknown_error ... ok
[INFO] [stdout] test client::tests::check_response_invalid_domain_name ... ok
[INFO] [stdout] test client::tests::check_response_non_xml_errors ... ok
[INFO] [stdout] test client::tests::check_response_invalid_record ... ok
[INFO] [stdout] test client::tests::check_response_zone_not_found ... ok
[INFO] [stdout] test client::tests::extract_data_empty ... ok
[INFO] [stdout] test client::tests::dns_api_new_default_params ... ok
[INFO] [stdout] test client::tests::dns_api_new_custom_params ... ok
[INFO] [stdout] test client::tests::extract_data_no_data_element ... ok
[INFO] [stdout] test error::tests::display_expired_token ... ok
[INFO] [stdout] test client::tests::extract_data_with_content ... ok
[INFO] [stdout] test error::tests::display_api_error ... ok
[INFO] [stdout] test error::tests::display_invalid_domain_name ... ok
[INFO] [stdout] test client::tests::parse_ip_list_from_xml ... ok
[INFO] [stdout] test error::tests::display_invalid_record ... ok
[INFO] [stdout] test error::tests::display_invalid_record_id ... ok
[INFO] [stdout] test error::tests::display_invalid_ttl ... ok
[INFO] [stdout] test error::tests::display_service_not_found ... ok
[INFO] [stdout] test error::tests::display_oauth2_error ... ok
[INFO] [stdout] test error::tests::display_zone_already_exists ... ok
[INFO] [stdout] test error::tests::from_quick_xml_de_error ... ok
[INFO] [stdout] test error::tests::from_quick_xml_error ... ok
[INFO] [stdout] test error::tests::display_zone_not_found ... ok
[INFO] [stdout] test models::tests::a_record_to_xml_no_id_no_ttl ... ok
[INFO] [stdout] test models::tests::a_record_new ... ok
[INFO] [stdout] test models::tests::a_record_to_xml_with_id_and_ttl ... ok
[INFO] [stdout] test error::tests::display_xml_error ... ok
[INFO] [stdout] test client::tests::parse_revisions_from_xml ... ok
[INFO] [stdout] test models::tests::a_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::aaaa_record_new ... ok
[INFO] [stdout] test models::tests::aaaa_record_to_xml ... ok
[INFO] [stdout] test models::tests::cname_record_new ... ok
[INFO] [stdout] test models::tests::aaaa_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::cname_record_to_xml ... ok
[INFO] [stdout] test models::tests::cname_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::a_record_with_ttl ... ok
[INFO] [stdout] test models::tests::dname_record_new ... ok
[INFO] [stdout] test models::tests::dname_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::dns_record_name ... ok
[INFO] [stdout] test models::tests::dns_record_name_all_variants ... ok
[INFO] [stdout] test models::tests::hinfo_record_new ... ok
[INFO] [stdout] test models::tests::hinfo_record_to_xml ... ok
[INFO] [stdout] test models::tests::dns_record_to_xml_delegates ... ok
[INFO] [stdout] test models::tests::dname_record_to_xml ... ok
[INFO] [stdout] test models::tests::dns_record_id_some ... ok
[INFO] [stdout] test models::tests::dns_record_id_none ... ok
[INFO] [stdout] test models::tests::mx_record_new ... ok
[INFO] [stdout] test models::tests::hinfo_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::naptr_record_new ... ok
[INFO] [stdout] test models::tests::naptr_record_to_xml_with_optional ... ok
[INFO] [stdout] test models::tests::naptr_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::nic_service_from_xml ... ok
[INFO] [stdout] test models::tests::nic_service_from_xml_missing_element ... ok
[INFO] [stdout] test models::tests::nic_service_from_xml_with_rr ... ok
[INFO] [stdout] test models::tests::nic_zone_from_xml ... ok
[INFO] [stdout] test models::tests::nic_zone_from_xml_missing_element ... ok
[INFO] [stdout] test models::tests::nic_zone_revision_from_xml ... ok
[INFO] [stdout] test models::tests::naptr_record_to_xml_no_optional ... ok
[INFO] [stdout] test models::tests::ns_record_to_xml ... ok
[INFO] [stdout] test models::tests::ptr_record_new ... ok
[INFO] [stdout] test models::tests::ptr_record_to_xml ... ok
[INFO] [stdout] test models::tests::ptr_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::rp_record_new ... ok
[INFO] [stdout] test models::tests::rp_record_to_xml ... ok
[INFO] [stdout] test models::tests::rp_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::soa_record_new ... ok
[INFO] [stdout] test models::tests::srv_record_new ... ok
[INFO] [stdout] test models::tests::soa_record_to_xml ... ok
[INFO] [stdout] test models::tests::srv_record_to_xml ... ok
[INFO] [stdout] test models::tests::srv_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::txt_record_new ... ok
[INFO] [stdout] test models::tests::txt_record_to_xml_wraps_in_string ... ok
[INFO] [stdout] test models::tests::txt_record_with_ttl_zero_err ... ok
[INFO] [stdout] test models::tests::ns_record_new ... ok
[INFO] [stdout] test models::tests::mx_record_to_xml ... ok
[INFO] [stdout] test models::tests::mx_record_with_ttl_zero_err ... ok
[INFO] [stdout] test client::tests::parse_soa_ttl_from_xml ... ok
[INFO] [stdout] test client::tests::url_for_constructs_correct_path ... ok
[INFO] [stdout] test client::tests::parse_zones_from_xml ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nic_api_rust
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 19) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667", kill_on_drop: false }`
[INFO] [stdout] e95d37f74ea3f90cc0a164b2ef975e9ef7ec6411c4b40234b0ffe4cee8844667
