[INFO] fetching crate grm 0.7.5...
[INFO] checking grm-0.7.5 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate grm 0.7.5 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate grm 0.7.5 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate grm 0.7.5
[INFO] finished tweaking crates.io crate grm 0.7.5
[INFO] tweaked toml for crates.io crate grm 0.7.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate grm 0.7.5 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" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parse_link_header v0.3.2
[INFO] [stderr]   Downloaded url-escape v0.1.1
[INFO] [stderr]   Downloaded strum_macros v0.24.2
[INFO] [stderr]   Downloaded curl v0.4.43
[INFO] [stderr]   Downloaded rustversion v1.0.7
[INFO] [stderr]   Downloaded comfy-table v6.0.0
[INFO] [stderr]   Downloaded curl-sys v0.4.55+curl-7.83.1
[INFO] [stderr]   Downloaded openssl-src v111.21.0+1.1.1p
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01566ee19052363f130fba031b6616589200624461ad6ab6d1f383a01fe97273
[INFO] running `Command { std: "docker" "start" "-a" "01566ee19052363f130fba031b6616589200624461ad6ab6d1f383a01fe97273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01566ee19052363f130fba031b6616589200624461ad6ab6d1f383a01fe97273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01566ee19052363f130fba031b6616589200624461ad6ab6d1f383a01fe97273", kill_on_drop: false }`
[INFO] [stdout] 01566ee19052363f130fba031b6616589200624461ad6ab6d1f383a01fe97273
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6092273baab7c67a05d75c33495332c2d16922d2ec20000a33aca9fa6006d6d
[INFO] running `Command { std: "docker" "start" "-a" "f6092273baab7c67a05d75c33495332c2d16922d2ec20000a33aca9fa6006d6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking unicode-normalization v0.1.20
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]     Checking cache-padded v1.2.0
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]    Compiling rustversion v1.0.7
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking tracing-core v0.1.28
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling curl v0.4.43
[INFO] [stderr]     Checking event-listener v2.5.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking fastrand v1.7.0
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking futures-lite v1.12.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking castaway v0.1.2
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking shellexpand v2.1.0
[INFO] [stderr]     Checking url-escape v0.1.1
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.7+1.45.0
[INFO] [stderr]    Compiling curl-sys v0.4.55+curl-7.83.1
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling libgit2-sys v0.13.4+1.4.2
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]     Checking parse_link_header v0.3.2
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling clap_derive v3.2.7
[INFO] [stderr]    Compiling strum_macros v0.24.2
[INFO] [stderr]     Checking pin-project v1.0.10
[INFO] [stderr]     Checking tracing v0.1.35
[INFO] [stderr]     Checking comfy-table v6.0.0
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking clap v3.2.8
[INFO] [stderr]     Checking git2 v0.14.4
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stderr]     Checking serde_yaml v0.8.24
[INFO] [stderr]     Checking grm v0.7.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0015]: cannot call non-const fn `std::option::Option::<&str>::unwrap_or` in constants
[INFO] [stdout]   --> src/provider/github.rs:13:39
[INFO] [stdout]    |
[INFO] [stdout] 13 |     option_env!("GITHUB_API_BASEURL").unwrap_or("https://api.github.com");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constants are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `std::option::Option::<&str>::unwrap_or` in constants
[INFO] [stdout]   --> src/provider/github.rs:13:39
[INFO] [stdout]    |
[INFO] [stdout] 13 |     option_env!("GITHUB_API_BASEURL").unwrap_or("https://api.github.com");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constants are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `std::option::Option::<&str>::unwrap_or` in constants
[INFO] [stdout]   --> src/provider/gitlab.rs:12:68
[INFO] [stdout]    |
[INFO] [stdout] 12 | const GITLAB_API_BASEURL: &str = option_env!("GITLAB_API_BASEURL").unwrap_or("https://gitlab.com");
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constants are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `std::option::Option::<&str>::unwrap_or` in constants
[INFO] [stdout]   --> src/provider/gitlab.rs:12:68
[INFO] [stdout]    |
[INFO] [stdout] 12 | const GITLAB_API_BASEURL: &str = option_env!("GITLAB_API_BASEURL").unwrap_or("https://gitlab.com");
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constants are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grm` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `grm` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f6092273baab7c67a05d75c33495332c2d16922d2ec20000a33aca9fa6006d6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6092273baab7c67a05d75c33495332c2d16922d2ec20000a33aca9fa6006d6d", kill_on_drop: false }`
[INFO] [stdout] f6092273baab7c67a05d75c33495332c2d16922d2ec20000a33aca9fa6006d6d
