-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address the case when RUSTFLAGS
environment variable is set but is empty
#1435
Merged
eeeebbbbrrrr
merged 1 commit into
pgcentralfoundation:develop
from
eeeebbbbrrrr:empty-rustflags
Dec 16, 2023
Merged
Address the case when RUSTFLAGS
environment variable is set but is empty
#1435
eeeebbbbrrrr
merged 1 commit into
pgcentralfoundation:develop
from
eeeebbbbrrrr:empty-rustflags
Dec 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…empty. Previously, an empty `RUSTFLAGS` would result in an error later on when we invoke `rustc`. I could never reproduce it locally but saw it in CI on a different pgrx-based project once. error: multiple input filenames provided (first two filenames are `` and `/home/runner/.pgrx/postmaster_stubs/home/runner/.pgrx/14.10/pgrx-install/bin/postmaster_stub.rs`) Error: 0: rustc exited with code 1 Location: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/schema.rs:557 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0: cargo_pgrx::command::schema::create_stub with postmaster_path=/home/runner/.pgrx/14.10/pgrx-install/bin/postgres postmaster_stub_dir=/home/runner/.pgrx/postmaster_stubs/home/runner/.pgrx/14.10/pgrx-install/bin at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/schema.rs:466 1: cargo_pgrx::command::schema::generate_schema with pg_version=14.10 profile=Dev test=true path=/home/runner/.pgrx/14.10/pgrx-install/share/postgresql/extension/pronto_pgrx--0.0.1.sql features=["pg14", "pg_test"] at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/schema.rs:176 2: cargo_pgrx::command::install::install_extension with pg_version=14.10 profile=Dev test=true features=["pg14", "pg_test"] at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/install.rs:114 3: cargo_pgrx::command::install::execute at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/install.rs:63 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⋮ 5 frames hidden ⋮ 6: cargo_pgrx::command::schema::create_stub::h89ce909f55e57939 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/schema.rs:557 7: cargo_pgrx::command::schema::generate_schema::h2ba00daa966b86f4 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/schema.rs:300 8: cargo_pgrx::command::install::copy_sql_files::h31ef3c49b7f383c2 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/install.rs:371 9: cargo_pgrx::command::install::install_extension::h1ab6177c7921219f at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/install.rs:223 10: <cargo_pgrx::command::install::Install as cargo_pgrx::CommandExecute>::execute::hd14e1c2f34987990 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/install.rs:100 11: <cargo_pgrx::command::pgrx::CargoPgrxSubCommands as cargo_pgrx::CommandExecute>::execute::h75590203637ce14c at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/pgrx.rs:58 12: <cargo_pgrx::command::pgrx::Pgrx as cargo_pgrx::CommandExecute>::execute::hae21c402e182cc42 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/command/pgrx.rs:25 13: <cargo_pgrx::CargoSubcommands as cargo_pgrx::CommandExecute>::execute::h784ffe251ea46f2b at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/main.rs:58 14: <cargo_pgrx::CargoCommand as cargo_pgrx::CommandExecute>::execute::hcb77b1f19953376e at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/main.rs:45 15: cargo_pgrx::main::h20c009215fa0b620 at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.11.2/src/main.rs:111 16: core::ops::function::FnOnce::call_once::h6642abaa92b5574c at /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/ops/function.rs:250 ⋮ 15 frames hidden ⋮ Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. Run with RUST_BACKTRACE=full to include source snippets. Location: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pgrx-tests-0.11.2/src/framework.rs:372:20 stack backtrace: 0: rust_begin_unwind at /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/std/src/panicking.rs:597:5 1: core::panicking::panic_fmt at /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/panicking.rs:72:14 2: pronto_pgrx::tests::empty_index::tests::pg_issue284_empty_index at ./src/tests/empty_index.rs:6:5 3: pronto_pgrx::tests::empty_index::tests::pg_issue284_empty_index::{{closure}} at ./src/tests/empty_index.rs:6:5 4: core::ops::function::FnOnce::call_once at /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/ops/function.rs:250:5 5: core::ops::function::FnOnce::call_once at /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/ops/function.rs:250:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
I approve my own PR. |
eeeebbbbrrrr
merged commit Dec 16, 2023
9d04cea
into
pgcentralfoundation:develop
3 of 8 checks passed
This is not enough; I hit this error when |
Hmm. You’re right. I’ll clean it up tomorrow unless you want to send a PR. |
eeeebbbbrrrr
added a commit
to eeeebbbbrrrr/pgrx
that referenced
this pull request
Dec 18, 2023
This cleans up PR pgcentralfoundation#1435 as per (pgcentralfoundation#1435 (comment)). What we probably really want is a legit "RUSTFLAGS" parser. I don't feel like writing and testing one and a quick search didn't find anything on crates.io. So splitting on whitespace will have to be Good Enough.
eeeebbbbrrrr
added a commit
that referenced
this pull request
Dec 18, 2023
This cleans up PR #1435 as per (#1435 (comment)). What we probably really want is a legit "RUSTFLAGS" parser. I don't feel like writing and testing one and a quick search didn't find anything on crates.io. So splitting on whitespace will have to be Good Enough.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously, an empty
RUSTFLAGS
would result in an error later on when we invokerustc
.I could never reproduce it locally but saw it in CI on a different pgrx-based project once.