[INFO] cloning repository https://github.com/davlgd/github-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davlgd/github-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavlgd%2Fgithub-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavlgd%2Fgithub-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b7fa91a4fb8d3904f95b1a5c7bf32a7557e3fca4 [INFO] testing davlgd/github-rust against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavlgd%2Fgithub-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/davlgd/github-rust [INFO] finished tweaking git repo https://github.com/davlgd/github-rust [INFO] tweaked toml for git repo https://github.com/davlgd/github-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/davlgd/github-rust on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/davlgd/github-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9574ecb8e83fff946dbeba0c642ffffff7ffcb04f5cac56ef0d1c89b6e602478 [INFO] running `Command { std: "docker" "start" "-a" "9574ecb8e83fff946dbeba0c642ffffff7ffcb04f5cac56ef0d1c89b6e602478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9574ecb8e83fff946dbeba0c642ffffff7ffcb04f5cac56ef0d1c89b6e602478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9574ecb8e83fff946dbeba0c642ffffff7ffcb04f5cac56ef0d1c89b6e602478", kill_on_drop: false }` [INFO] [stdout] 9574ecb8e83fff946dbeba0c642ffffff7ffcb04f5cac56ef0d1c89b6e602478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f65f3034d70a52483efe0bce5e9da795687f2f3925fde9f5993f65776d877768 [INFO] running `Command { std: "docker" "start" "-a" "f65f3034d70a52483efe0bce5e9da795687f2f3925fde9f5993f65776d877768", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling zmij v1.0.10 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling aws-lc-sys v0.35.0 [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 tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling aws-lc-rs v1.15.2 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.13.1 [INFO] [stderr] Compiling github-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "f65f3034d70a52483efe0bce5e9da795687f2f3925fde9f5993f65776d877768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65f3034d70a52483efe0bce5e9da795687f2f3925fde9f5993f65776d877768", kill_on_drop: false }` [INFO] [stdout] f65f3034d70a52483efe0bce5e9da795687f2f3925fde9f5993f65776d877768 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66e5214c52b15ff65d6e1ba484c4cd63053fc25b45f4eea6f547736db615d138 [INFO] running `Command { std: "docker" "start" "-a" "66e5214c52b15ff65d6e1ba484c4cd63053fc25b45f4eea6f547736db615d138", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling reqwest v0.13.1 [INFO] [stderr] Compiling github-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.36s [INFO] running `Command { std: "docker" "inspect" "66e5214c52b15ff65d6e1ba484c4cd63053fc25b45f4eea6f547736db615d138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66e5214c52b15ff65d6e1ba484c4cd63053fc25b45f4eea6f547736db615d138", kill_on_drop: false }` [INFO] [stdout] 66e5214c52b15ff65d6e1ba484c4cd63053fc25b45f4eea6f547736db615d138 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 29152747af92c673286568f8de7b9bd92d252b01d260bf17d8fa7584064f3065 [INFO] running `Command { std: "docker" "start" "-a" "29152747af92c673286568f8de7b9bd92d252b01d260bf17d8fa7584064f3065", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/github_rust-a0727ddea0aed9f4) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test github::rest::tests::test_pagination_parameters ... ok [INFO] [stdout] test github::rest::tests::test_stargazer_deserialization ... ok [INFO] [stdout] test github::search::tests::test_search_repository_default ... ok [INFO] [stdout] test tests::test_parse_github_node_id_new_format ... ok [INFO] [stdout] test tests::test_parse_repository_invalid ... ok [INFO] [stdout] test tests::test_parse_repository_valid ... ok [INFO] [stdout] test tests::test_parse_repository_with_whitespace ... ok [INFO] [stdout] test github::rest::tests::test_stargazers_url_construction ... ok [INFO] [stdout] test tests::test_parse_github_node_id_invalid ... ok [INFO] [stdout] test github::service::tests::test_github_service_has_token_detection ... ok [INFO] [stdout] test github::service::tests::test_github_service_creation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] Running tests/github_api_tests.rs (/opt/rustwide/target/debug/deps/github_api_tests-0a3da0871db294ec) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_constants_are_exported ... ok [INFO] [stdout] test test_real_github_api_rate_limit ... ignored [INFO] [stdout] test test_search_repository_default ... ok [INFO] [stdout] test test_repository_parsing ... ok [INFO] [stdout] test test_stargazer_types_serialization ... ok [INFO] [stdout] test test_stargazers_pagination_parameters ... ok [INFO] [stdout] test test_github_error_types ... ok [INFO] [stdout] test test_stargazers_api_with_mock ... ok [INFO] [stdout] test test_github_service_creation_without_token ... ok [INFO] [stdout] test test_stargazers_api_error_handling ... ok [INFO] [stdout] test test_github_service_token_detection ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] [stderr] Doc-tests github_rust [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/github/service.rs - github::service::GitHubService (line 20) - compile ... ok [INFO] [stdout] test src/github/graphql.rs - github::graphql::Repository::language (line 81) - compile ... ok [INFO] [stdout] test src/github/graphql.rs - github::graphql::Repository::topics (line 122) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::get_repository_info (line 97) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::get_repository_stargazers (line 305) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::search_repositories (line 146) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 14) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::new (line 54) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::check_rate_limit (line 185) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::get_user_starred_repositories (line 242) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::get_user_profile (line 269) - compile ... ok [INFO] [stdout] test src/github/service.rs - github::service::GitHubService::has_token (line 210) - compile ... ok [INFO] [stdout] test src/lib.rs - parse_github_node_id (line 57) ... ok [INFO] [stdout] test src/lib.rs - parse_repository (line 112) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] all doctests ran in 1.30s; merged doctests compilation took 1.25s [INFO] running `Command { std: "docker" "inspect" "29152747af92c673286568f8de7b9bd92d252b01d260bf17d8fa7584064f3065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29152747af92c673286568f8de7b9bd92d252b01d260bf17d8fa7584064f3065", kill_on_drop: false }` [INFO] [stdout] 29152747af92c673286568f8de7b9bd92d252b01d260bf17d8fa7584064f3065