Skip to content
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

deno 1.39.2 #159019

Merged
merged 2 commits into from
Jan 9, 2024
Merged

deno 1.39.2 #159019

merged 2 commits into from
Jan 9, 2024

Conversation

BrewTestBot
Copy link
Member

@BrewTestBot BrewTestBot commented Jan 5, 2024

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing labels Jan 5, 2024
@ZhongRuoyu ZhongRuoyu added CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Jan 5, 2024
@Porkepix
Copy link
Contributor

Porkepix commented Jan 5, 2024

icu4c is already using the Linux self-hosted runner, dunno for how long it can still last, but I think some times? In which case maybe some other long runs not needing self-hosted can go in-between.

@ZhongRuoyu
Copy link
Member

From a quick glance I didn't spot any PRs requiring CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. at the moment.

@Porkepix
Copy link
Contributor

Porkepix commented Jan 5, 2024

I'd have suggested the haskell language server one which failed due to timeout and was closed sometimes ago due to stale.

@chenrui333
Copy link
Member

I'd have suggested the haskell language server one which failed due to timeout and was closed sometimes ago due to stale.

make sense, I just re-opened and re-queued the PR

@Porkepix
Copy link
Contributor

Porkepix commented Jan 5, 2024

I'd have suggested the haskell language server one which failed due to timeout and was closed sometimes ago due to stale.

make sense, I just re-opened and re-queued the PR

Tag wasn't removed from here, so bot just removed it from there.

EDIT: Another candidate was #159040

(Dunno for how much more time icu4c will need to run?)

@github-actions github-actions bot removed the CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. label Jan 5, 2024
@ZhongRuoyu
Copy link
Member

It's very unfortunate that this error has again failed the Linux job. As in the past it could probably be fixed by rerunning CI. 🤔

[v8 0.82.0] thread 'main' panicked at /tmp/deno-20240105-12110-6anyb4/rusty_v8/build.rs:229:3:
[v8 0.82.0] assertion failed: Command::new(gn()).arg(format!("--script-executable={}",
[v8 0.82.0]                                 python())).arg("args").arg(gn_out_dir).arg("--list").status().unwrap().success()
[v8 0.82.0] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The following warnings were emitted during compilation:

warning: [email protected]: Not using sccache or ccache

error: failed to run custom build command for `v8 v0.82.0 (/tmp/deno-20240105-12110-6anyb4/rusty_v8)`

Caused by:
  process didn't exit successfully: `CARGO=/home/linuxbrew/.linuxbrew/Cellar/rust/1.75.0/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=cmpxchg16b,fxsr,sse,sse2,sse3,ssse3 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='--codegentarget-cpu=core2' CARGO_FEATURE_USE_CUSTOM_LIBCXX=1 CARGO_MANIFEST_DIR=/tmp/deno-20240105-12110-6anyb4/rusty_v8 CARGO_PKG_AUTHORS='the Deno authors' CARGO_PKG_DESCRIPTION='Rust bindings to V8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=v8 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/denoland/rusty_v8' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.82.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=82 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/deno-20240105-12110-6anyb4/deno/target/release/deps:/tmp/deno-20240105-12110-6anyb4/deno/target/release:/home/linuxbrew/.linuxbrew/Cellar/rust/1.75.0/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=3 OUT_DIR=/tmp/deno-20240105-12110-6anyb4/deno/target/release/build/v8-c64ea9b249930c17/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /tmp/deno-20240105-12110-6anyb4/deno/target/release/build/v8-8e8b7bfb6fa4de5d/build-script-build` (exit status: 101)

@chenrui333 chenrui333 removed long build Set a long timeout for formula testing CI-linux-self-hosted Build on Linux self-hosted runner labels Jan 6, 2024
@chenrui333
Copy link
Member

we can just do a rerun.

@github-actions github-actions bot added CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing labels Jan 6, 2024
@chenrui333 chenrui333 removed CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing labels Jan 6, 2024

This comment was marked as resolved.

@github-actions github-actions bot added the stale No recent activity label Jan 9, 2024
@ZhongRuoyu ZhongRuoyu added long build Set a long timeout for formula testing CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. and removed stale No recent activity labels Jan 9, 2024
@github-actions github-actions bot added the CI-linux-self-hosted Build on Linux self-hosted runner label Jan 9, 2024
@ZhongRuoyu ZhongRuoyu removed the CI-linux-self-hosted Build on Linux self-hosted runner label Jan 9, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jan 9, 2024
@github-actions github-actions bot removed the CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. label Jan 9, 2024
@ZhongRuoyu ZhongRuoyu added the ready to merge PR can be merged once CI is green label Jan 9, 2024
Copy link
Contributor

github-actions bot commented Jan 9, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 9, 2024
@BrewTestBot BrewTestBot enabled auto-merge January 9, 2024 15:39
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 9, 2024
Merged via the queue into Homebrew:master with commit b427578 Jan 9, 2024
12 checks passed
@BrewTestBot BrewTestBot deleted the bump-deno-1.39.2 branch January 9, 2024 15:50
@github-actions github-actions bot added the outdated PR was locked due to age label Feb 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. long build Set a long timeout for formula testing outdated PR was locked due to age ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants