[INFO] updating cached repository https://github.com/orf/git-workspace [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/orf/git-workspace [INFO] [stderr] + 529bf12...a5bc7aa master -> master (forced update) [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a5bc7aacf721c18e4e34962257713ad1154a8511 [INFO] checking orf/git-workspace against try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Forf%2Fgit-workspace" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/orf/git-workspace on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/orf/git-workspace [INFO] finished tweaking git repo https://github.com/orf/git-workspace [INFO] tweaked toml for git repo https://github.com/orf/git-workspace written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] db52eb75506da2a46bdd3a178ea226be78bd1987ee3905d80a0083f9d738b91a [INFO] running `"docker" "start" "-a" "db52eb75506da2a46bdd3a178ea226be78bd1987ee3905d80a0083f9d738b91a"` [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking doc-comment v0.3.1 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.9.1 [INFO] [stderr] Checking indicatif v0.12.0 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking git2 v0.10.1 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Compiling graphql_client_codegen v0.8.0 [INFO] [stderr] Compiling graphql_query_derive v0.8.0 [INFO] [stderr] Checking graphql_client v0.8.0 [INFO] [stderr] Checking git-workspace v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0063]: missing field `after` in initializer of `providers::gitlab::user_repositories::Variables` [INFO] [stderr] --> src/providers/gitlab.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | let q = UserRepositories::build_query(user_repositories::Variables { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `after` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `after` in initializer of `providers::gitlab::group_repositories::Variables` [INFO] [stderr] --> src/providers/gitlab.rs:122:48 [INFO] [stderr] | [INFO] [stderr] 122 | let q = GroupRepositories::build_query(group_repositories::Variables { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `after` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `git-workspace`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0063]: missing field `after` in initializer of `providers::gitlab::user_repositories::Variables` [INFO] [stderr] --> src/providers/gitlab.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | let q = UserRepositories::build_query(user_repositories::Variables { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `after` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `after` in initializer of `providers::gitlab::group_repositories::Variables` [INFO] [stderr] --> src/providers/gitlab.rs:122:48 [INFO] [stderr] | [INFO] [stderr] 122 | let q = GroupRepositories::build_query(group_repositories::Variables { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `after` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `git-workspace`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "db52eb75506da2a46bdd3a178ea226be78bd1987ee3905d80a0083f9d738b91a"` [INFO] running `"docker" "rm" "-f" "db52eb75506da2a46bdd3a178ea226be78bd1987ee3905d80a0083f9d738b91a"` [INFO] [stdout] db52eb75506da2a46bdd3a178ea226be78bd1987ee3905d80a0083f9d738b91a