Skip to content

[beta-1.98] Update cargo#159314

Open
weihanglo wants to merge 1 commit into
rust-lang:betafrom
weihanglo:beta-1.98-backport
Open

[beta-1.98] Update cargo#159314
weihanglo wants to merge 1 commit into
rust-lang:betafrom
weihanglo:beta-1.98-backport

Conversation

@weihanglo

Copy link
Copy Markdown
Member

1 commits in 864064524a7205e670579b6873d9b18897437eaf..d33be5d17d90eeb98d6fa329b5d46b6587493ea2
2026-07-12 08:11:54 -0700 to 2026-07-14 07:38:28 -0500

@weihanglo weihanglo self-assigned this Jul 15, 2026
@rustbot

rustbot commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Some changes occurred in src/tools/cargo

cc @ehuss

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 15, 2026
@rustbot

rustbot commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

⚠️ Warning ⚠️

@weihanglo

Copy link
Copy Markdown
Member Author

@bors r+ rollup=never

@rust-bors

rust-bors Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 9edf542 has been approved by weihanglo

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 15, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jul 15, 2026
[beta-1.98] Update cargo

1 commits in 864064524a7205e670579b6873d9b18897437eaf..d33be5d17d90eeb98d6fa329b5d46b6587493ea2
2026-07-12 08:11:54 -0700 to 2026-07-14 07:38:28 -0500
- [beta 1.97] dont apply host-config gating to stable behavior (rust-lang/cargo#17211)
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job dist-i586-gnu-i586-i686-musl failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
test [debuginfo-gdb] tests/debuginfo/zst-interferes-with-prologue.rs ... ok

failures:

---- [debuginfo-gdb] tests/debuginfo/function-call.rs stdout ----
NOTE: compiletest thinks it is using GDB version 12001000
------gdb stdout------------------------------
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
Breakpoint 1 at 0x804f592: file /checkout/tests/debuginfo/function-call.rs, line 36.

Breakpoint 1, function_call::main () at /checkout/tests/debuginfo/function-call.rs:36
36     zzz(); // #break

------gdb stderr------------------------------
/checkout/obj/build/x86_64-unknown-linux-gnu/test/debuginfo/function-call.gdb/function-call.debugger.script:11: Error in sourced command file:
Couldn't write extended state status: Bad address.

------------------------------------------

error: gdb failed to execute
status: exit status: 1
command: PYTHONPATH="/checkout/src/etc" "/usr/bin/gdb" "-quiet" "-batch" "-nx" "-command=/checkout/obj/build/x86_64-unknown-linux-gnu/test/debuginfo/function-call.gdb/function-call.debugger.script"
--- stdout -------------------------------
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
Breakpoint 1 at 0x804f592: file /checkout/tests/debuginfo/function-call.rs, line 36.

Breakpoint 1, function_call::main () at /checkout/tests/debuginfo/function-call.rs:36
36     zzz(); // #break
------------------------------------------
--- stderr -------------------------------
/checkout/obj/build/x86_64-unknown-linux-gnu/test/debuginfo/function-call.gdb/function-call.debugger.script:11: Error in sourced command file:
Couldn't write extended state status: Bad address.
------------------------------------------

@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 15, 2026
@rust-bors

rust-bors Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

💔 Test for a295604 failed: CI. Failed job:

@JonathanBrouwer

Copy link
Copy Markdown
Contributor

@bors retry

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 15, 2026
@JonathanBrouwer

Copy link
Copy Markdown
Contributor

@bors p=6

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jul 15, 2026
[beta-1.98] Update cargo

1 commits in 864064524a7205e670579b6873d9b18897437eaf..d33be5d17d90eeb98d6fa329b5d46b6587493ea2
2026-07-12 08:11:54 -0700 to 2026-07-14 07:38:28 -0500
- [beta 1.97] dont apply host-config gating to stable behavior (rust-lang/cargo#17211)
@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 15, 2026
@rust-bors

rust-bors Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

💔 Test for 61cfb1f failed: CI. Failed job:

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
#29 loading layer e8b698c48b1a 625.46MB / 625.46MB 34.1s done
#29 loading layer 6177942f06a6 351B / 351B 23.1s done
#29 loading layer a42e2fad8673 624.93MB / 624.93MB 23.0s done
#29 loading layer 24413a4eaae0 280B / 280B 12.2s done
#29 ERROR: write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device

#28 exporting to docker image format
#28 sending tarball 75.9s done
#28 ERROR: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
Command failed. Attempt 2/5:
#0 building with "compassionate_visvesvaraya" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.17kB done
---
#27 loading layer e8b698c48b1a 625.46MB / 625.46MB 33.8s done
#27 loading layer 6177942f06a6 351B / 351B 22.7s done
#27 loading layer a42e2fad8673 624.93MB / 624.93MB 22.7s done
#27 loading layer 24413a4eaae0 280B / 280B 12.0s done
#27 ERROR: write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device

#26 exporting to docker image format
#26 sending tarball 78.0s done
#26 ERROR: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
Command failed. Attempt 3/5:
#0 building with "compassionate_visvesvaraya" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.17kB done
---
#27 loading layer e8b698c48b1a 625.46MB / 625.46MB 33.4s done
#27 loading layer 6177942f06a6 351B / 351B 22.4s done
#27 loading layer a42e2fad8673 624.93MB / 624.93MB 22.4s done
#27 loading layer 24413a4eaae0 280B / 280B 12.0s done
#27 ERROR: write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device

#26 exporting to docker image format
#26 sending tarball 78.4s done
#26 ERROR: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
Command failed. Attempt 4/5:
#0 building with "compassionate_visvesvaraya" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.17kB done
---
#27 loading layer e8b698c48b1a 625.46MB / 625.46MB 33.4s done
#27 loading layer 6177942f06a6 351B / 351B 22.4s done
#27 loading layer a42e2fad8673 624.93MB / 624.93MB 22.4s done
#27 loading layer 24413a4eaae0 280B / 280B 12.1s done
#27 ERROR: write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device

#26 exporting to docker image format
#26 sending tarball 76.6s done
#26 ERROR: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
Command failed. Attempt 5/5:
#0 building with "compassionate_visvesvaraya" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.17kB done
---
#28 loading layer e8b698c48b1a 625.46MB / 625.46MB 33.4s done
#28 loading layer 6177942f06a6 351B / 351B 22.5s done
#28 loading layer a42e2fad8673 624.93MB / 624.93MB 22.5s done
#28 loading layer 24413a4eaae0 280B / 280B 12.1s done
#28 ERROR: write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device

#27 exporting to docker image format
#27 sending tarball 76.5s done
#27 ERROR: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to build: failed to solve: rpc error: code = Unknown desc = write /build/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libclang_rt.sanitizer_common.a: no space left on device
The command has failed after 5 attempts.
##[error]Process completed with exit code 1.
##[group]Run echo "disk usage:"
echo "disk usage:"
df -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants