[INFO] fetching crate grm 0.7.5...
[INFO] checking grm-0.7.5 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate grm 0.7.5 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate grm 0.7.5 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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-3-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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded event-listener v2.5.2
[INFO] [stderr]   Downloaded url-escape v0.1.1
[INFO] [stderr]   Downloaded polling v2.2.0
[INFO] [stderr]   Downloaded rustversion v1.0.7
[INFO] [stderr]   Downloaded curl v0.4.43
[INFO] [stderr]   Downloaded serde_yaml v0.8.24
[INFO] [stderr]   Downloaded serde_json v1.0.82
[INFO] [stderr]   Downloaded strum_macros v0.24.2
[INFO] [stderr]   Downloaded curl-sys v0.4.55+curl-7.83.1
[INFO] [stderr]   Downloaded comfy-table v6.0.0
[INFO] [stderr]   Downloaded parse_link_header v0.3.2
[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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] becb379a7d9c67e71680281bedee105f65af68babdf48d784b700aa35c2b9c6a
[INFO] running `Command { std: "docker" "start" "-a" "becb379a7d9c67e71680281bedee105f65af68babdf48d784b700aa35c2b9c6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "becb379a7d9c67e71680281bedee105f65af68babdf48d784b700aa35c2b9c6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "becb379a7d9c67e71680281bedee105f65af68babdf48d784b700aa35c2b9c6a", kill_on_drop: false }`
[INFO] [stdout] becb379a7d9c67e71680281bedee105f65af68babdf48d784b700aa35c2b9c6a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 432e04701973760120ccb0294eb41c43390780c205d7b64d409594bbe719c3de
[INFO] running `Command { std: "docker" "start" "-a" "432e04701973760120ccb0294eb41c43390780c205d7b64d409594bbe719c3de", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking unicode-normalization v0.1.20
[INFO] [stderr]    Compiling rustversion v1.0.7
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[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 heck v0.4.0
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking cache-padded v1.2.0
[INFO] [stderr]    Compiling libgit2-sys v0.13.4+1.4.2
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking tracing-core v0.1.28
[INFO] [stderr]     Checking event-listener v2.5.2
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling curl v0.4.43
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]     Checking fastrand v1.7.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]     Checking futures-lite v1.12.0
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]     Checking castaway v0.1.2
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking indexmap v1.9.1
[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 url v2.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[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]     Checking git2 v0.14.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling strum_macros v0.24.2
[INFO] [stderr]    Compiling clap_derive v3.2.7
[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 serde_yaml v0.8.24
[INFO] [stderr]     Checking toml v0.5.9
[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" "432e04701973760120ccb0294eb41c43390780c205d7b64d409594bbe719c3de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "432e04701973760120ccb0294eb41c43390780c205d7b64d409594bbe719c3de", kill_on_drop: false }`
[INFO] [stdout] 432e04701973760120ccb0294eb41c43390780c205d7b64d409594bbe719c3de
[INFO] checking grm-0.7.5 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate grm 0.7.5 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate grm 0.7.5 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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-3-tc2/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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3839283f78eb1b62de5d53aa22f68dd96042d844079683619f62a4f611789474
[INFO] running `Command { std: "docker" "start" "-a" "3839283f78eb1b62de5d53aa22f68dd96042d844079683619f62a4f611789474", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3839283f78eb1b62de5d53aa22f68dd96042d844079683619f62a4f611789474", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3839283f78eb1b62de5d53aa22f68dd96042d844079683619f62a4f611789474", kill_on_drop: false }`
[INFO] [stdout] 3839283f78eb1b62de5d53aa22f68dd96042d844079683619f62a4f611789474
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28562001fc47ce45156d8661d0b1128bae0bac821111c1d3b3c6344d8569f904
[INFO] running `Command { std: "docker" "start" "-a" "28562001fc47ce45156d8661d0b1128bae0bac821111c1d3b3c6344d8569f904", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[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]     Checking unicode-normalization v0.1.20
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[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 heck v0.4.0
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking cache-padded v1.2.0
[INFO] [stderr]    Compiling rustversion v1.0.7
[INFO] [stderr]    Compiling libgit2-sys v0.13.4+1.4.2
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]     Checking tracing-core v0.1.28
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]    Compiling curl v0.4.43
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]     Checking event-listener v2.5.2
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking fastrand v1.7.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]     Checking futures-lite v1.12.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking indexmap v1.9.1
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]     Checking castaway v0.1.2
[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 url v2.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[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]     Checking git2 v0.14.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 tracing-futures v0.2.5
[INFO] [stderr]     Checking comfy-table v6.0.0
[INFO] [stderr]     Checking clap v3.2.8
[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) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `grm` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "28562001fc47ce45156d8661d0b1128bae0bac821111c1d3b3c6344d8569f904", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28562001fc47ce45156d8661d0b1128bae0bac821111c1d3b3c6344d8569f904", kill_on_drop: false }`
[INFO] [stdout] 28562001fc47ce45156d8661d0b1128bae0bac821111c1d3b3c6344d8569f904
