[INFO] cloning repository https://github.com/clickingbuttons/polygon_io [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clickingbuttons/polygon_io" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclickingbuttons%2Fpolygon_io", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclickingbuttons%2Fpolygon_io'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8827a6a9a5b6e92ee9c5608e523e2a2e862a171b [INFO] testing clickingbuttons/polygon_io against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclickingbuttons%2Fpolygon_io" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clickingbuttons/polygon_io on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/clickingbuttons/polygon_io [INFO] finished tweaking git repo https://github.com/clickingbuttons/polygon_io [INFO] tweaked toml for git repo https://github.com/clickingbuttons/polygon_io written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/clickingbuttons/polygon_io already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded chunked_transfer v1.3.0 [INFO] [stderr] Downloaded base-x v0.2.7 [INFO] [stderr] Downloaded ureq v1.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dcaf7e08eb1dd8003ddb08d7d857e8cb09aee87e777f650cc73990ce028e4244 [INFO] running `Command { std: "docker" "start" "-a" "dcaf7e08eb1dd8003ddb08d7d857e8cb09aee87e777f650cc73990ce028e4244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcaf7e08eb1dd8003ddb08d7d857e8cb09aee87e777f650cc73990ce028e4244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcaf7e08eb1dd8003ddb08d7d857e8cb09aee87e777f650cc73990ce028e4244", kill_on_drop: false }` [INFO] [stdout] dcaf7e08eb1dd8003ddb08d7d857e8cb09aee87e777f650cc73990ce028e4244 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee317a072c040e597330b6bc1db7f2a7355cacb9a127ab81ae36418b3d52f972 [INFO] running `Command { std: "docker" "start" "-a" "ee317a072c040e597330b6bc1db7f2a7355cacb9a127ab81ae36418b3d52f972", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling chunked_transfer v1.3.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling cookie_store v0.12.0 [INFO] [stderr] Compiling ureq v1.5.1 [INFO] [stderr] Compiling polygon_io v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.85s [INFO] running `Command { std: "docker" "inspect" "ee317a072c040e597330b6bc1db7f2a7355cacb9a127ab81ae36418b3d52f972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee317a072c040e597330b6bc1db7f2a7355cacb9a127ab81ae36418b3d52f972", kill_on_drop: false }` [INFO] [stdout] ee317a072c040e597330b6bc1db7f2a7355cacb9a127ab81ae36418b3d52f972 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1275db3b9be0c2c819180515cce8fe1b3cd1aba0029e69774108fd42025da14 [INFO] running `Command { std: "docker" "start" "-a" "b1275db3b9be0c2c819180515cce8fe1b3cd1aba0029e69774108fd42025da14", kill_on_drop: false }` [INFO] [stderr] Compiling polygon_io v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `get_tickers_vx` found for struct `Client` in the current scope [INFO] [stdout] --> src/reference/tickers.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | let resp = client.get_tickers_vx(None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `get_tickers_v3` [INFO] [stdout] | [INFO] [stdout] ::: src/client.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Client { [INFO] [stdout] | ----------------- method `get_tickers_vx` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `polygon_io` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "b1275db3b9be0c2c819180515cce8fe1b3cd1aba0029e69774108fd42025da14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1275db3b9be0c2c819180515cce8fe1b3cd1aba0029e69774108fd42025da14", kill_on_drop: false }` [INFO] [stdout] b1275db3b9be0c2c819180515cce8fe1b3cd1aba0029e69774108fd42025da14