-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Closed
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.P-lowLow priorityLow priorityT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Milestone
Description
Trying to build Rust 1.63.0 it fails with the error below:
$ python3 ./x.py build --exclude src/tools/miri
Building rustbuild
Updating crates.io index
Downloaded cfg-if v1.0.0
Downloaded opener v0.5.0
Downloaded serde v1.0.125
Downloaded sha2 v0.10.1
Downloaded serde_derive v1.0.125
Downloaded lazy_static v1.4.0
Downloaded same-file v1.0.6
Downloaded version_check v0.9.3
Downloaded toml v0.5.7
Downloaded xattr v0.2.2
Downloaded pkg-config v0.3.18
Downloaded unicode-width v0.1.8
Downloaded tar v0.4.38
Downloaded walkdir v2.3.2
Downloaded regex v1.5.5
Downloaded num_cpus v1.13.1
Downloaded ryu v1.0.5
Downloaded regex-syntax v0.6.25
Downloaded cmake v0.1.44
Downloaded typenum v1.12.0
Downloaded itoa v0.4.6
Downloaded proc-macro2 v1.0.37
Downloaded xz2 v0.1.6
Downloaded syn v1.0.91
Downloaded log v0.4.14
Downloaded cpufeatures v0.2.1
Downloaded lzma-sys v0.1.16
Downloaded libc v0.2.126
Downloaded thread_local v1.1.4
Downloaded crossbeam-utils v0.8.8
Downloaded unicode-xid v0.2.2
Downloaded cc v1.0.69
Downloaded hex v0.4.2
Downloaded generic-array v0.14.4
Downloaded memchr v2.4.1
Downloaded aho-corasick v0.7.18
Downloaded block-buffer v0.10.2
Downloaded fnv v1.0.7
Downloaded getopts v0.2.21
Downloaded regex-automata v0.1.10
Downloaded quote v1.0.18
Downloaded once_cell v1.12.0
Downloaded ignore v0.4.17
Downloaded globset v0.4.5
Downloaded filetime v0.2.14
Downloaded digest v0.10.2
Downloaded crypto-common v0.1.2
Downloaded bstr v0.2.13
Downloaded serde_json v1.0.59
Downloaded 49 crates (3.7 MB) in 0.48s
Finished dev [unoptimized] target(s) in 44.74s
warning: x.py has made several changes recently you may want to look at
help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`
note: to silence this warning, add `changelog-seen = 2` at the top of `config.toml`
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
error: failed to download `addr2line v0.16.0`
Caused by:
attempting to make an HTTP request, but --frozen was specified
Build completed unsuccessfully in 0:00:45
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.P-lowLow priorityLow priorityT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.