Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building bootstrap
- running: /Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo build --manifest-path /Users/timch/rust/src/bootstrap/Cargo.toml -Zroot-dir=/Users/timch/rust --verbose
- Fresh unicode-ident v1.0.13
- Fresh version_check v0.9.5
- Fresh memchr v2.7.4
- Fresh shlex v1.3.0
- Fresh libc v0.2.172
- Fresh cc v1.2.23
- Fresh bitflags v2.6.0
- Fresh cfg-if v1.0.0
- Fresh proc-macro2 v1.0.89
- Fresh typenum v1.17.0
- Fresh errno v0.3.11
- Fresh pkg-config v0.3.31
- Fresh crossbeam-utils v0.8.20
- Fresh serde v1.0.215
- Fresh aho-corasick v1.1.3
- Fresh anstyle v1.0.10
- Fresh clap_lex v0.7.2
- Fresh quote v1.0.37
- Fresh generic-array v0.14.7
- Fresh rustix v1.0.7
- Fresh regex-syntax v0.8.5
- Fresh heck v0.5.0
- Fresh crossbeam-epoch v0.9.18
- Fresh clap_builder v4.5.20
- Fresh bstr v1.10.0
- Fresh syn v2.0.87
- Fresh block-buffer v0.10.4
- Fresh crypto-common v0.1.6
- Fresh regex-automata v0.4.9
- Fresh log v0.4.22
- Fresh same-file v1.0.6
- Fresh xattr v1.5.0
- Fresh crossbeam-deque v0.8.5
- Fresh clap_derive v4.5.18
- Fresh digest v0.10.7
- Fresh globset v0.4.15
- Fresh lzma-sys v0.1.20
- Fresh serde_derive v1.0.215
- Fresh walkdir v2.5.0
- Fresh cpufeatures v0.2.15
- Fresh filetime v0.2.25
- Fresh clap v4.5.20
- Fresh itoa v1.0.11
- Fresh ryu v1.0.18
- Fresh tar v0.4.43
- Fresh sha2 v0.10.8
- Fresh semver v1.0.23
- Fresh xz2 v0.1.7
- Fresh ignore v0.4.23
- Fresh build_helper v0.1.0 (/Users/timch/rust/src/build_helper)
- Fresh clap_complete v4.5.37
- Fresh serde_json v1.0.132
- Fresh fd-lock v4.0.4
- Fresh toml v0.5.11
- Fresh cmake v0.1.54
- Fresh object v0.36.5
- Fresh home v0.5.9
- Fresh termcolor v1.4.1
- Fresh opener v0.5.2
- Fresh bootstrap v0.0.0 (/Users/timch/rust/src/bootstrap)
- Finished `dev` profile [unoptimized] target(s) in 0.04s
- running: /Users/timch/rust/build/bootstrap/debug/bootstrap suggest --run -v
- running: "git" "rev-parse" "--show-cdup" (failure_mode=Ignore) (created at src/bootstrap/src/core/config/config.rs:494:27, executed at src/bootstrap/src/core/config/config.rs:504:46)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- downloading stage0 beta artifacts
- running: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--print" "sysroot" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:811:13, executed at src/bootstrap/src/core/config/config.rs:814:18)
- downloading stage0 beta artifacts
- Cache hit: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore)
- running: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- rustc freshness: HasLocalModifications { upstream: "a84ab0ce6c4557a2f01a3a6c3fdb0f92098db78d" }
- running: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--print" "target-libdir" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:385:37, executed at src/bootstrap/src/lib.rs:388:14)
- running: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--version" "--verbose" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:492:37, executed at src/bootstrap/src/lib.rs:495:14)
- finding compilers
- CC_aarch64-apple-darwin = "cc"
- CFLAGS_aarch64-apple-darwin = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=arm64-apple-macosx", "-mmacosx-version-min=15.5"]
- CXX_aarch64-apple-darwin = "c++"
- CXXFLAGS_aarch64-apple-darwin = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=arm64-apple-macosx", "-mmacosx-version-min=15.5", "-stdlib=libc++"]
- AR_aarch64-apple-darwin = "ar"
- running sanity check
- running: "/Users/timch/rust/build/aarch64-apple-darwin/libcxx-version/libcxx-version" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/tool.rs:1126:30, executed at src/bootstrap/src/core/build_steps/tool.rs:1126:50)
- running: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--print" "target-list" (failure_mode=Exit) (created at src/bootstrap/src/core/sanity.rs:201:57, executed at src/bootstrap/src/core/sanity.rs:204:10)
- running: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "library/backtrace" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "config" "--file" ".gitmodules" "--get-regexp" "path" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:612:22, executed at src/bootstrap/src/lib.rs:616:14)
- running: cd "src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- Cache hit: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore)
- running: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust/src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust/src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust/src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore) (created at src/bootstrap/src/utils/channel.rs:47:31, executed at src/bootstrap/src/utils/channel.rs:49:50)
- running: cd "/Users/timch/rust/src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" (failure_mode=Ignore)
- running: cd "/Users/timch/rust/src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit)
- Cache hit: cd "/Users/timch/rust/library/backtrace" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- Cache hit: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "library/backtrace" (failure_mode=Exit)
- running: cd "/Users/timch/rust/src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- Cache hit: cd "/Users/timch/rust/src/tools/cargo" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/tools/cargo" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- running: cd "/Users/timch/rust/src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- running: cd "/Users/timch/rust/src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "log" "-1" "--date=short" "--pretty=format:%cd" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:63:31, executed at src/bootstrap/src/utils/channel.rs:70:14)
- running: cd "/Users/timch/rust/src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:72:32, executed at src/bootstrap/src/utils/channel.rs:77:14)
- running: cd "/Users/timch/rust/src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "--short=9" "HEAD" (failure_mode=Exit) (created at src/bootstrap/src/utils/channel.rs:79:38, executed at src/bootstrap/src/utils/channel.rs:85:14)
- Cache hit: cd "/Users/timch/rust/src/doc/rust-by-example" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/rust-by-example" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- Cache hit: cd "/Users/timch/rust/src/doc/book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/book" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- Cache hit: cd "/Users/timch/rust/src/doc/nomicon" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/nomicon" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- Cache hit: cd "/Users/timch/rust/src/doc/embedded-book" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/embedded-book" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- Cache hit: cd "/Users/timch/rust/src/doc/reference" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/reference" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- Cache hit: cd "/Users/timch/rust/src/doc/edition-guide" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "rev-parse" "HEAD" (failure_mode=Exit)
- running: cd "/Users/timch/rust" && env -u GIT_ALTERNATE_OBJECT_DIRECTORIES -u GIT_DIR -u GIT_INDEX_FILE -u GIT_OBJECT_DIRECTORY -u GIT_WORK_TREE "git" "ls-tree" "HEAD" "src/doc/edition-guide" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1407:24, executed at src/bootstrap/src/core/config/config.rs:1411:14)
- learning about cargo
- running: RUSTC_BOOTSTRAP="1" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "/Users/timch/rust/Cargo.toml" (failure_mode=Exit) (created at src/bootstrap/src/core/metadata.rs:80:25, executed at src/bootstrap/src/core/metadata.rs:91:54)
- running: RUSTC_BOOTSTRAP="1" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "/Users/timch/rust/library/Cargo.toml" (failure_mode=Exit) (created at src/bootstrap/src/core/metadata.rs:80:25, executed at src/bootstrap/src/core/metadata.rs:91:54)
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib to avoid caching bugs
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--print" "sysroot" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0
- Building stage0 tool suggest-tests (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/bootstrap-tools" CC_aarch64_apple_darwin="cc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "build" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/suggest-tests/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh glob v0.3.2
- Fresh proc-macro2 v1.0.95
- Fresh quote v1.0.40
- Fresh serde v1.0.219
- Fresh syn v2.0.104
- Fresh serde_derive v1.0.219
- Fresh build_helper v0.1.0 (/Users/timch/rust/src/build_helper)
- Fresh suggest-tests v0.1.0 (/Users/timch/rust/src/tools/suggest-tests)
- Finished `release` profile [optimized] target(s) in 0.07s
- running: DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/bootstrap-tools/aarch64-apple-darwin/release/deps" RUSTC="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" SUGGEST_TESTS_MERGE_COMMIT_EMAIL="[email protected]" SUGGEST_TESTS_NIGHTLY_BRANCH="master" "/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools-bin/suggest-tests" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/tool.rs:1359:23, executed at src/bootstrap/src/core/build_steps/suggest.rs:18:10)
- ==== SUGGESTIONS ====
- x check
- x test compiler/rustc_mir_transform
- x test library/alloc
- x test library/alloctests
- x test --stage 1 mir-opt
- x test --stage 1 tests/ui tests/run-make
- =====================
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zon-broken-pipe=kill -Clto=off" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "llvm max_level_info" "--manifest-path" "/Users/timch/rust/compiler/rustc/Cargo.toml" "-p" "rustc-main" "-p" "rustc_abi" "-p" "rustc_arena" "-p" "rustc_ast" "-p" "rustc_ast_ir" "-p" "rustc_ast_lowering" "-p" "rustc_ast_passes" "-p" "rustc_ast_pretty" "-p" "rustc_attr_data_structures" "-p" "rustc_attr_parsing" "-p" "rustc_baked_icu_data" "-p" "rustc_borrowck" "-p" "rustc_builtin_macros" "-p" "rustc_codegen_llvm" "-p" "rustc_codegen_ssa" "-p" "rustc_const_eval" "-p" "rustc_data_structures" "-p" "rustc_driver" "-p" "rustc_driver_impl" "-p" "rustc_error_codes" "-p" "rustc_error_messages" "-p" "rustc_errors" "-p" "rustc_expand" "-p" "rustc_feature" "-p" "rustc_fluent_macro" "-p" "rustc_fs_util" "-p" "rustc_graphviz" "-p" "rustc_hashes" "-p" "rustc_hir" "-p" "rustc_hir_analysis" "-p" "rustc_hir_pretty" "-p" "rustc_hir_typeck" "-p" "rustc_incremental" "-p" "rustc_index" "-p" "rustc_index_macros" "-p" "rustc_infer" "-p" "rustc_interface" "-p" "rustc_lexer" "-p" "rustc_lint" "-p" "rustc_lint_defs" "-p" "rustc_llvm" "-p" "rustc_log" "-p" "rustc_macros" "-p" "rustc_metadata" "-p" "rustc_middle" "-p" "rustc_mir_build" "-p" "rustc_mir_dataflow" "-p" "rustc_mir_transform" "-p" "rustc_monomorphize" "-p" "rustc_next_trait_solver" "-p" "rustc_parse" "-p" "rustc_parse_format" "-p" "rustc_passes" "-p" "rustc_pattern_analysis" "-p" "rustc_privacy" "-p" "rustc_proc_macro" "-p" "rustc_query_impl" "-p" "rustc_query_system" "-p" "rustc_resolve" "-p" "rustc_sanitizers" "-p" "rustc_serialize" "-p" "rustc_session" "-p" "rustc_smir" "-p" "rustc_span" "-p" "rustc_symbol_mangling" "-p" "rustc_target" "-p" "rustc_thread_pool" "-p" "rustc_trait_selection" "-p" "rustc_traits" "-p" "rustc_transmute" "-p" "rustc_ty_utils" "-p" "rustc_type_ir" "-p" "rustc_type_ir_macros" "-p" "stable_mir" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rustdoc/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-codegen" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapcodegen1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/compiler/rustc_codegen_cranelift/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-codegen" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapcodegen1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/compiler/rustc_codegen_gcc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/clippy/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miri/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miri/cargo-miri/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miropt-test-tools/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rustfmt/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink,proc_macro_def_site" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rust-analyzer/Cargo.toml" "--features" "in-rust-tree" "--bins" "--tests" "--benches" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/test-float-parse/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/features-status-dump/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib to avoid caching bugs
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/llvm.rs:592:5, executed at src/bootstrap/src/core/build_steps/llvm.rs:592:43)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- Checking stage0 compiler artifacts {rustc-main, rustc_abi, rustc_arena, rustc_ast, rustc_ast_ir, rustc_ast_lowering, rustc_ast_passes, rustc_ast_pretty, rustc_attr_data_structures, rustc_attr_parsing, rustc_baked_icu_data, rustc_borrowck, rustc_builtin_macros, rustc_codegen_llvm, rustc_codegen_ssa, rustc_const_eval, rustc_data_structures, rustc_driver, rustc_driver_impl, rustc_error_codes, rustc_error_messages, rustc_errors, rustc_expand, rustc_feature, rustc_fluent_macro, rustc_fs_util, rustc_graphviz, rustc_hashes, rustc_hir, rustc_hir_analysis, rustc_hir_pretty, rustc_hir_typeck, rustc_incremental, rustc_index, rustc_index_macros, rustc_infer, rustc_interface, rustc_lexer, rustc_lint, rustc_lint_defs, rustc_llvm, rustc_log, rustc_macros, rustc_metadata, rustc_middle, rustc_mir_build, rustc_mir_dataflow, rustc_mir_transform, rustc_monomorphize, rustc_next_trait_solver, rustc_parse, rustc_parse_format, rustc_passes, rustc_pattern_analysis, rustc_privacy, rustc_proc_macro, rustc_query_impl, rustc_query_system, rustc_resolve, rustc_sanitizers, rustc_serialize, rustc_session, rustc_smir, rustc_span, rustc_symbol_mangling, rustc_target, rustc_thread_pool, rustc_trait_selection, rustc_traits, rustc_transmute, rustc_ty_utils, rustc_type_ir, rustc_type_ir_macros, stable_mir} (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zon-broken-pipe=kill -Clto=off" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "llvm max_level_info" "--manifest-path" "/Users/timch/rust/compiler/rustc/Cargo.toml" "-p" "rustc-main" "-p" "rustc_abi" "-p" "rustc_arena" "-p" "rustc_ast" "-p" "rustc_ast_ir" "-p" "rustc_ast_lowering" "-p" "rustc_ast_passes" "-p" "rustc_ast_pretty" "-p" "rustc_attr_data_structures" "-p" "rustc_attr_parsing" "-p" "rustc_baked_icu_data" "-p" "rustc_borrowck" "-p" "rustc_builtin_macros" "-p" "rustc_codegen_llvm" "-p" "rustc_codegen_ssa" "-p" "rustc_const_eval" "-p" "rustc_data_structures" "-p" "rustc_driver" "-p" "rustc_driver_impl" "-p" "rustc_error_codes" "-p" "rustc_error_messages" "-p" "rustc_errors" "-p" "rustc_expand" "-p" "rustc_feature" "-p" "rustc_fluent_macro" "-p" "rustc_fs_util" "-p" "rustc_graphviz" "-p" "rustc_hashes" "-p" "rustc_hir" "-p" "rustc_hir_analysis" "-p" "rustc_hir_pretty" "-p" "rustc_hir_typeck" "-p" "rustc_incremental" "-p" "rustc_index" "-p" "rustc_index_macros" "-p" "rustc_infer" "-p" "rustc_interface" "-p" "rustc_lexer" "-p" "rustc_lint" "-p" "rustc_lint_defs" "-p" "rustc_llvm" "-p" "rustc_log" "-p" "rustc_macros" "-p" "rustc_metadata" "-p" "rustc_middle" "-p" "rustc_mir_build" "-p" "rustc_mir_dataflow" "-p" "rustc_mir_transform" "-p" "rustc_monomorphize" "-p" "rustc_next_trait_solver" "-p" "rustc_parse" "-p" "rustc_parse_format" "-p" "rustc_passes" "-p" "rustc_pattern_analysis" "-p" "rustc_privacy" "-p" "rustc_proc_macro" "-p" "rustc_query_impl" "-p" "rustc_query_system" "-p" "rustc_resolve" "-p" "rustc_sanitizers" "-p" "rustc_serialize" "-p" "rustc_session" "-p" "rustc_smir" "-p" "rustc_span" "-p" "rustc_symbol_mangling" "-p" "rustc_target" "-p" "rustc_thread_pool" "-p" "rustc_trait_selection" "-p" "rustc_traits" "-p" "rustc_transmute" "-p" "rustc_ty_utils" "-p" "rustc_type_ir" "-p" "rustc_type_ir_macros" "-p" "stable_mir" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh cfg-if v1.0.1
- Fresh stable_deref_trait v1.2.0
- Fresh bitflags v2.9.1
- Fresh once_cell v1.21.3
- Fresh allocator-api2 v0.2.21
- Fresh equivalent v1.0.2
- Fresh foldhash v0.1.5
- Fresh autocfg v1.5.0
- Fresh libc v0.2.174
- Fresh proc-macro-hack v0.5.20+deprecated
- Fresh hashbrown v0.15.4
- Fresh version_check v0.9.5
- Fresh tracing-core v0.1.30
- Fresh indexmap v2.10.0
- Fresh getrandom v0.3.3
- Fresh log v0.4.27
- Fresh scopeguard v1.2.0
- Fresh displaydoc v0.2.5
- Fresh parking_lot_core v0.9.11
- Fresh typenum v1.18.0
- Fresh lock_api v0.4.13
- Fresh tracing-attributes v0.1.30
- Fresh pin-project-lite v0.2.16
- Fresh parking_lot v0.12.4
- Fresh generic-array v0.14.7
- Fresh tracing v0.1.37
- Fresh errno v0.3.13
- Fresh crossbeam-utils v0.8.21
- Fresh rustc-stable-hash v0.1.2
- Fresh crypto-common v0.1.6
- Fresh block-buffer v0.10.4
- Fresh rustix v1.0.7
- Fresh unic-langid-macros-impl v0.9.6
- Fresh crossbeam-epoch v0.9.18
- Fresh rustc_hashes v0.0.0 (/Users/timch/rust/compiler/rustc_hashes)
- Fresh zerocopy v0.8.26
- Fresh fastrand v2.3.0
- Fresh thin-vec v0.2.14
- Fresh rustc-hash v1.1.0
- Fresh psm v0.1.26
- Fresh crossbeam-deque v0.8.6
- Fresh rustc_serialize v0.0.0 (/Users/timch/rust/compiler/rustc_serialize)
- Fresh tempfile v3.20.0
- Fresh ppv-lite86 v0.2.21
- Fresh digest v0.10.7
- Fresh either v1.15.0
- Fresh arrayvec v0.7.6
- Fresh stacker v0.1.21
- Fresh measureme v12.0.1
- Fresh rustc_thread_pool v0.0.0 (/Users/timch/rust/compiler/rustc_thread_pool)
- Fresh rustc_index v0.0.0 (/Users/timch/rust/compiler/rustc_index)
- Fresh ena v0.14.3
- Fresh memmap2 v0.2.3
- Fresh cpufeatures v0.2.17
- Fresh jobserver v0.1.33
- Fresh rustc_arena v0.0.0 (/Users/timch/rust/compiler/rustc_arena)
- Fresh elsa v1.11.2
- Fresh rustc_graphviz v0.0.0 (/Users/timch/rust/compiler/rustc_graphviz)
- Fresh constant_time_eq v0.3.1
- Fresh arrayref v0.3.9
- Fresh itoa v1.0.15
- Fresh sha2 v0.10.9
- Fresh sha1 v0.10.6
- Fresh md-5 v0.10.6
- Fresh derive-where v1.5.0
- Fresh rustc_data_structures v0.0.0 (/Users/timch/rust/compiler/rustc_data_structures)
- Fresh blake3 v1.8.2
- Fresh thiserror-impl v2.0.12
- Fresh scoped-tls v1.0.1
- Fresh zerofrom-derive v0.1.6
- Fresh yoke-derive v0.7.5
- Fresh zerovec-derive v0.10.3
- Fresh rand_core v0.9.3
- Fresh crc32fast v1.4.2
- Fresh rustc_span v0.0.0 (/Users/timch/rust/compiler/rustc_span)
- Fresh zerofrom v0.1.6
- Fresh rustc_ast_ir v0.0.0 (/Users/timch/rust/compiler/rustc_ast_ir)
- Fresh rustc-literal-escaper v0.0.4
- Fresh rand_chacha v0.9.0
- Fresh serde_derive v1.0.219
- Fresh litemap v0.7.5
- Fresh yoke v0.7.5
- Fresh unicode-properties v0.1.3
- Fresh unicode-xid v0.2.6
- Fresh writeable v0.5.5
- Fresh rand v0.9.1
- Fresh rand_xoshiro v0.7.0
- Fresh icu_provider_macros v1.5.0
- Fresh zerovec v0.10.4
- Fresh serde v1.0.219
- Fresh rustc_lexer v0.0.0 (/Users/timch/rust/compiler/rustc_lexer)
- Fresh rustc_abi v0.0.0 (/Users/timch/rust/compiler/rustc_abi)
- Fresh rustc_ast v0.0.0 (/Users/timch/rust/compiler/rustc_ast)
- Fresh itertools v0.12.1
- Fresh tinystr v0.7.6
- Fresh icu_locid_transform_data v1.5.1
- Fresh ryu v1.0.20
- Fresh rustc_ast_pretty v0.0.0 (/Users/timch/rust/compiler/rustc_ast_pretty)
- Fresh icu_locid v1.5.0
- Fresh wasmparser v0.234.0
- Fresh serde_json v1.0.140
- Fresh rustc_attr_data_structures v0.0.0 (/Users/timch/rust/compiler/rustc_attr_data_structures)
- Fresh rustc_fs_util v0.0.0 (/Users/timch/rust/compiler/rustc_fs_util)
- Fresh icu_provider v1.5.0
- Fresh icu_list_data v1.5.1
- Fresh object v0.37.1
- Fresh regex-automata v0.2.0
- Fresh ident_case v1.0.1
- Fresh fnv v1.0.7
- Fresh strsim v0.11.1
- Fresh icu_locid_transform v1.5.0
- Fresh rustc_target v0.0.0 (/Users/timch/rust/compiler/rustc_target)
- Fresh darling_core v0.20.11
- Fresh odht v0.3.1
- Fresh icu_list v1.5.0
- Fresh rustc_hir v0.0.0 (/Users/timch/rust/compiler/rustc_hir)
- Fresh icu_provider_adapters v1.5.0
- Fresh darling_macro v0.20.11
- Fresh rustc_baked_icu_data v0.0.0 (/Users/timch/rust/compiler/rustc_baked_icu_data)
- Fresh darling v0.20.11
- Fresh rustc_type_ir v0.0.0 (/Users/timch/rust/compiler/rustc_type_ir)
- Fresh termize v0.2.0
- Fresh rustc_error_codes v0.0.0 (/Users/timch/rust/compiler/rustc_error_codes)
- Fresh rustc_error_messages v0.0.0 (/Users/timch/rust/compiler/rustc_error_messages)
- Fresh derive_setters v0.1.7
- Fresh termcolor v1.4.1
- Fresh rustc_feature v0.0.0 (/Users/timch/rust/compiler/rustc_feature)
- Fresh getopts v0.2.23
- Fresh datafrog v2.0.1
- Fresh rustc_lint_defs v0.0.0 (/Users/timch/rust/compiler/rustc_lint_defs)
- Fresh polonius-engine v0.13.0
- Fresh rustc_hir_pretty v0.0.0 (/Users/timch/rust/compiler/rustc_hir_pretty)
- Fresh gsgdt v0.1.2
- Fresh rustc_parse_format v0.0.0 (/Users/timch/rust/compiler/rustc_parse_format)
- Fresh tinyvec_macros v0.1.1
- Fresh rustc_next_trait_solver v0.0.0 (/Users/timch/rust/compiler/rustc_next_trait_solver)
- Fresh aho-corasick v1.1.3
- Fresh rustc_errors v0.0.0 (/Users/timch/rust/compiler/rustc_errors)
- Fresh rustc_apfloat v0.2.3+llvm-462a31f5a5ab
- Fresh tinyvec v1.9.0
- Fresh regex-syntax v0.8.5
- Fresh getrandom v0.2.16
- Fresh static_assertions v1.1.0
- Fresh rustc_proc_macro v0.0.0 (/Users/timch/rust/compiler/rustc_proc_macro)
- Fresh adler2 v2.0.1
- Fresh unicode-script v0.5.7
- Fresh rustc_session v0.0.0 (/Users/timch/rust/compiler/rustc_session)
- Fresh unicode-normalization v0.1.24
- Fresh regex-automata v0.4.9
- Fresh rand_core v0.6.4
- Fresh miniz_oxide v0.8.9
- Fresh tinystr v0.8.1
- Fresh libloading v0.8.8
- Fresh punycode v0.4.1
- Fresh regex-syntax v0.6.29
- Fresh rustc_query_system v0.0.0 (/Users/timch/rust/compiler/rustc_query_system)
- Fresh rustc_attr_parsing v0.0.0 (/Users/timch/rust/compiler/rustc_attr_parsing)
- Fresh rand_chacha v0.3.1
- Fresh regex v1.11.1
- Fresh rustc_parse v0.0.0 (/Users/timch/rust/compiler/rustc_parse)
- Fresh flate2 v1.1.2
- Fresh unicode-security v0.1.2
- Fresh unicode-ident v1.0.18
- Fresh fallible-iterator v0.3.0
- Fresh rustc-demangle v0.1.25
- Fresh rustc_middle v0.0.0 (/Users/timch/rust/compiler/rustc_middle)
- Fresh rand v0.8.5
- Fresh rustc_ast_passes v0.0.0 (/Users/timch/rust/compiler/rustc_ast_passes)
- Fresh proc-macro2 v1.0.95
- Fresh gimli v0.31.1
- Fresh regex-automata v0.1.10
- Fresh unic-langid-impl v0.9.6
- Fresh lazy_static v1.5.0
- Fresh overload v0.1.1
- Fresh rustc_transmute v0.0.0 (/Users/timch/rust/compiler/rustc_transmute)
- Fresh rustc_infer v0.0.0 (/Users/timch/rust/compiler/rustc_infer)
- Fresh twox-hash v1.6.3
- Fresh rustc_expand v0.0.0 (/Users/timch/rust/compiler/rustc_expand)
- Fresh rustc_incremental v0.0.0 (/Users/timch/rust/compiler/rustc_incremental)
- Fresh rustc_mir_dataflow v0.0.0 (/Users/timch/rust/compiler/rustc_mir_dataflow)
- Fresh rustc_symbol_mangling v0.0.0 (/Users/timch/rust/compiler/rustc_symbol_mangling)
- Fresh shlex v1.3.0
- Fresh cfg_aliases v0.2.1
- Fresh rustc_trait_selection v0.0.0 (/Users/timch/rust/compiler/rustc_trait_selection)
- Fresh ruzstd v0.7.3
- Fresh rustc_metadata v0.0.0 (/Users/timch/rust/compiler/rustc_metadata)
- Fresh leb128 v0.2.5
- Fresh cc v1.2.16
- Fresh rustc_pattern_analysis v0.0.0 (/Users/timch/rust/compiler/rustc_pattern_analysis)
- Fresh nu-ansi-term v0.46.0
- Fresh object v0.36.7
- Fresh rustc_lint v0.0.0 (/Users/timch/rust/compiler/rustc_lint)
- Fresh wasm-encoder v0.219.2
- Fresh rustc_ty_utils v0.0.0 (/Users/timch/rust/compiler/rustc_ty_utils)
- Fresh sharded-slab v0.1.7
- Fresh matchers v0.1.0
- Fresh quote v1.0.40
- Fresh unic-langid-macros v0.9.6
- Fresh bstr v1.12.0
- Fresh thread_local v1.1.9
- Fresh ar_archive_writer v0.4.2
- Fresh thorin-dwp v0.9.0
- Fresh pulldown-cmark-escape v0.11.0
- Fresh pathdiff v0.2.3
- Fresh unicase v2.8.1
- Fresh unic-langid v0.9.6
- Fresh tracing-subscriber v0.3.18
- Fresh rustc_mir_build v0.0.0 (/Users/timch/rust/compiler/rustc_mir_build)
- Fresh rustc_privacy v0.0.0 (/Users/timch/rust/compiler/rustc_privacy)
- Fresh syn v2.0.104
- Fresh pulldown-cmark v0.11.3
- Fresh rustc_codegen_ssa v0.0.0 (/Users/timch/rust/compiler/rustc_codegen_ssa)
- Fresh rustc_hir_analysis v0.0.0 (/Users/timch/rust/compiler/rustc_hir_analysis)
- Fresh rustc_const_eval v0.0.0 (/Users/timch/rust/compiler/rustc_const_eval)
- Fresh rustc_llvm v0.0.0 (/Users/timch/rust/compiler/rustc_llvm)
- Fresh rustc_sanitizers v0.0.0 (/Users/timch/rust/compiler/rustc_sanitizers)
- Fresh rustc_traits v0.0.0 (/Users/timch/rust/compiler/rustc_traits)
- Fresh rustc_ast_lowering v0.0.0 (/Users/timch/rust/compiler/rustc_ast_lowering)
- Fresh tracing-log v0.2.0
- Fresh nu-ansi-term v0.50.1
- Fresh rustc_hir_typeck v0.0.0 (/Users/timch/rust/compiler/rustc_hir_typeck)
- Fresh nix v0.30.1
- Fresh rustc_passes v0.0.0 (/Users/timch/rust/compiler/rustc_passes)
- Fresh rustc_mir_transform v0.0.0 (/Users/timch/rust/compiler/rustc_mir_transform)
- Fresh rustc_codegen_llvm v0.0.0 (/Users/timch/rust/compiler/rustc_codegen_llvm)
- Fresh rustc_resolve v0.0.0 (/Users/timch/rust/compiler/rustc_resolve)
- Fresh rustc_borrowck v0.0.0 (/Users/timch/rust/compiler/rustc_borrowck)
- Fresh rustc_monomorphize v0.0.0 (/Users/timch/rust/compiler/rustc_monomorphize)
- Fresh rustc_builtin_macros v0.0.0 (/Users/timch/rust/compiler/rustc_builtin_macros)
- Fresh tracing-tree v0.3.1
- Fresh rustc_query_impl v0.0.0 (/Users/timch/rust/compiler/rustc_query_impl)
- Fresh rustc_smir v0.0.0 (/Users/timch/rust/compiler/rustc_smir)
- Fresh rustc-hash v2.1.1
- Fresh ctrlc v3.4.7
- Fresh thiserror v2.0.12
- Fresh jiff v0.2.15
- Fresh memchr v2.7.5
- Fresh fluent-langneg v0.13.0
- Fresh intl_pluralrules v7.0.2
- Fresh rustc_interface v0.0.0 (/Users/timch/rust/compiler/rustc_interface)
- Fresh stable_mir v0.1.0-preview (/Users/timch/rust/compiler/stable_mir)
- Fresh type-map v0.5.1
- Fresh rustc_log v0.0.0 (/Users/timch/rust/compiler/rustc_log)
- Fresh fluent-syntax v0.12.0
- Fresh synstructure v0.13.2
- Fresh self_cell v1.2.0
- Fresh smallvec v1.15.1
- Fresh anstyle v1.0.11
- Fresh rustc_driver_impl v0.0.0 (/Users/timch/rust/compiler/rustc_driver_impl)
- Fresh intl-memoizer v0.5.3
- Fresh unicode-width v0.2.1
- Fresh rustc_type_ir_macros v0.0.0 (/Users/timch/rust/compiler/rustc_type_ir_macros)
- Fresh rustc_index_macros v0.0.0 (/Users/timch/rust/compiler/rustc_index_macros)
- Fresh rustc_driver v0.0.0 (/Users/timch/rust/compiler/rustc_driver)
- Fresh annotate-snippets v0.11.5
- Fresh fluent-bundle v0.16.0
- Fresh rustc_macros v0.0.0 (/Users/timch/rust/compiler/rustc_macros)
- Fresh rustc-main v0.0.0 (/Users/timch/rust/compiler/rustc)
- Fresh rustc_fluent_macro v0.0.0 (/Users/timch/rust/compiler/rustc_fluent_macro)
- Finished `release` profile [optimized] target(s) in 0.16s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 rustdoc artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rustdoc/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh version_check v0.9.5
- Fresh autocfg v1.5.0
- Fresh once_cell v1.21.3
- Fresh proc-macro2 v1.0.95
- Fresh tracing-core v0.1.30
- Fresh quote v1.0.40
- Fresh typenum v1.18.0
- Fresh libc v0.2.174
- Fresh aho-corasick v1.1.3
- Fresh scopeguard v1.2.0
- Fresh syn v2.0.104
- Fresh generic-array v0.14.7
- Fresh regex-syntax v0.8.5
- Fresh smallvec v1.15.1
- Fresh regex-syntax v0.6.29
- Fresh lock_api v0.4.13
- Fresh cpufeatures v0.2.17
- Fresh pin-project-lite v0.2.16
- Fresh overload v0.1.1
- Fresh serde_derive v1.0.219
- Fresh block-buffer v0.10.4
- Fresh crypto-common v0.1.6
- Fresh regex-automata v0.1.10
- Fresh regex-automata v0.4.9
- Fresh parking_lot_core v0.9.11
- Fresh tracing-attributes v0.1.30
- Fresh cfg-if v1.0.1
- Fresh digest v0.10.7
- Fresh winnow v0.7.11
- Fresh memchr v2.7.5
- Fresh lazy_static v1.5.0
- Fresh matchers v0.1.0
- Fresh regex v1.11.1
- Fresh parking_lot v0.12.4
- Fresh serde v1.0.219
- Fresh sha2 v0.10.9
- Fresh askama_parser v0.14.0
- Fresh sharded-slab v0.1.7
- Fresh tracing v0.1.37
- Fresh nu-ansi-term v0.46.0
- Fresh errno v0.3.13
- Fresh basic-toml v0.1.10
- Fresh thread_local v1.1.9
- Fresh itoa v1.0.15
- Fresh log v0.4.27
- Fresh bitflags v2.9.1
- Fresh tracing-subscriber v0.3.18
- Fresh getrandom v0.3.3
- Fresh num_cpus v1.17.0
- Fresh either v1.15.0
- Fresh hashbrown v0.15.4
- Fresh rustix v1.0.7
- Fresh askama_derive v0.14.0
- Fresh tracing-log v0.2.0
- Fresh rustc-hash v2.1.1
- Fresh nu-ansi-term v0.50.1
- Fresh fastrand v2.3.0
- Fresh ryu v1.0.20
- Fresh equivalent v1.0.2
- Fresh askama v0.14.0
- Fresh serde_json v1.0.140
- Fresh rustdoc-json-types v0.1.0 (/Users/timch/rust/src/rustdoc-json-types)
- Fresh tracing-tree v0.3.1
- Fresh indexmap v2.10.0
- Fresh tempfile v3.20.0
- Fresh itertools v0.12.1
- Fresh threadpool v1.8.1
- Fresh pulldown-cmark-escape v0.11.0
- Fresh base64 v0.21.7
- Fresh arrayvec v0.7.6
- Fresh minifier v0.3.6
- Fresh unicode-segmentation v1.12.0
- Fresh rustdoc v0.0.0 (/Users/timch/rust/src/librustdoc)
- Fresh rustdoc-tool v0.0.0 (/Users/timch/rust/src/tools/rustdoc)
- Finished `release` profile [optimized] target(s) in 0.07s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- Checking stage0 cranelift (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-codegen" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapcodegen1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/compiler/rustc_codegen_cranelift/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh cranelift-srcgen v0.121.0
- Fresh cranelift-assembler-x64-meta v0.121.0
- Fresh foldhash v0.1.4
- Fresh equivalent v1.0.1
- Fresh allocator-api2 v0.2.21
- Fresh cranelift-bitset v0.121.0
- Fresh arbitrary v1.4.1
- Fresh hashbrown v0.15.2
- Fresh cranelift-codegen-meta v0.121.0
- Fresh cranelift-entity v0.121.0
- Fresh bumpalo v3.16.0
- Fresh rustc-hash v2.1.0
- Fresh log v0.4.22
- Fresh cranelift-isle v0.121.0
- Fresh indexmap v2.7.0
- Fresh libm v0.2.15
- Fresh smallvec v1.13.2
- Fresh cranelift-bforest v0.121.0
- Fresh target-lexicon v0.13.1
- Fresh cranelift-control v0.121.0
- Fresh cranelift-codegen-shared v0.121.0
- Fresh cranelift-assembler-x64 v0.121.0
- Fresh wasmtime-math v34.0.0
- Fresh gimli v0.31.1
- Fresh regalloc2 v0.12.2
- Fresh cfg-if v1.0.0
- Fresh memchr v2.7.4
- Fresh anyhow v1.0.95
- Fresh crc32fast v1.4.2
- Fresh cranelift-codegen v0.121.0
- Fresh object v0.36.7
- Fresh cranelift-module v0.121.0
- Fresh cranelift-native v0.121.0
- Fresh cranelift-frontend v0.121.0
- Fresh cranelift-object v0.121.0
- Fresh rustc_codegen_cranelift v0.1.0 (/Users/timch/rust/compiler/rustc_codegen_cranelift)
- Finished `release` profile [optimized] target(s) in 0.03s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- Checking stage0 gcc (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-codegen" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapcodegen1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/compiler/rustc_codegen_gcc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh cfg-if v1.0.0
- Fresh bitflags v2.6.0
- Fresh fastrand v2.3.0
- Fresh once_cell v1.20.2
- Fresh libc v0.2.168
- Fresh errno v0.3.10
- Fresh memchr v2.5.0
- Fresh gccjit_sys v0.8.0
- Fresh getrandom v0.3.3
- Fresh rustix v1.0.7
- Fresh gccjit v2.7.0
- Fresh object v0.37.1
- Fresh tempfile v3.20.0
- Fresh rustc_codegen_gcc v0.1.0 (/Users/timch/rust/compiler/rustc_codegen_gcc)
- Finished `release` profile [optimized] target(s) in 0.01s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 clippy artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/clippy/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh stable_deref_trait v1.2.0
- Fresh cfg-if v1.0.1
- Fresh smallvec v1.15.1
- Fresh once_cell v1.21.3
- Fresh pin-project-lite v0.2.16
- Fresh litemap v0.8.0
- Fresh writeable v0.6.1
- Fresh tracing-core v0.1.30
- Fresh memchr v2.7.5
- Fresh libc v0.2.174
- Fresh regex-syntax v0.8.5
- Fresh itoa v1.0.15
- Fresh lazy_static v1.5.0
- Fresh icu_normalizer_data v2.0.0
- Fresh icu_properties_data v2.0.1
- Fresh equivalent v1.0.2
- Fresh bitflags v2.9.1
- Fresh hashbrown v0.15.4
- Fresh ryu v1.0.20
- Fresh serde_derive v1.0.219
- Fresh synstructure v0.13.2
- Fresh zerovec-derive v0.11.1
- Fresh displaydoc v0.2.5
- Fresh thiserror-impl v1.0.69
- Fresh tracing-attributes v0.1.30
- Fresh indexmap v2.10.0
- Fresh sharded-slab v0.1.7
- Fresh zerofrom-derive v0.1.6
- Fresh yoke-derive v0.8.0
- Fresh tracing v0.1.37
- Fresh thiserror v1.0.69
- Fresh thread_local v1.1.9
- Fresh either v1.15.0
- Fresh zerofrom v0.1.6
- Fresh serde_json v1.0.140
- Fresh serde_spanned v0.6.9
- Fresh toml_datetime v0.6.11
- Fresh semver v1.0.26
- Fresh winnow v0.5.40
- Fresh camino v1.1.10
- Fresh itertools v0.12.1
- Fresh yoke v0.8.0
- Fresh toml_edit v0.19.15
- Fresh rustc_apfloat v0.2.3+llvm-462a31f5a5ab
- Fresh tracing-subscriber v0.3.18
- Fresh cargo-platform v0.1.9
- Fresh aho-corasick v1.1.3
- Fresh arrayvec v0.7.6
- Fresh zerovec v0.11.2
- Fresh zerotrie v0.2.2
- Fresh tinyvec_macros v0.1.1
- Fresh gimli v0.31.1
- Fresh minimal-lexical v0.2.1
- Fresh adler2 v2.0.1
- Fresh utf8_iter v1.0.4
- Fresh anstyle v1.0.11
- Fresh percent-encoding v2.3.1
- Fresh tinystr v0.8.1
- Fresh potential_utf v0.1.2
- Fresh miniz_oxide v0.8.9
- Fresh nom v7.1.3
- Fresh addr2line v0.24.2
- Fresh form_urlencoded v1.2.1
- Fresh tinyvec v1.9.0
- Fresh regex-automata v0.4.9
- Fresh clippy_utils v0.1.90 (/Users/timch/rust/src/tools/clippy/clippy_utils)
- Fresh icu_locale_core v2.0.0
- Fresh icu_collections v2.0.0
- Fresh cargo_metadata v0.18.1
- Fresh owo-colors v4.2.2
- Fresh object v0.36.7
- Fresh toml v0.7.8
- Fresh tracing-error v0.2.1
- Fresh serde v1.0.219
- Fresh icu_provider v2.0.0
- Fresh unicode-width v0.2.1
- Fresh indenter v0.3.3
- Fresh futures-core v0.3.31
- Fresh autocfg v1.5.0
- Fresh rustc-demangle v0.1.25
- Fresh utf8parse v0.2.2
- Fresh futures-sink v0.3.31
- Fresh icu_normalizer v2.0.0
- Fresh icu_properties v2.0.1
- Fresh futures-channel v0.3.31
- Fresh backtrace v0.3.75
- Fresh anstyle-parse v0.2.7
- Fresh eyre v0.6.12
- Fresh idna_adapter v1.2.1
- Fresh clippy_config v0.1.90 (/Users/timch/rust/src/tools/clippy/clippy_config)
- Fresh color-spantrace v0.3.0
- Fresh unicode-normalization v0.1.24
- Fresh color-print-proc-macro v0.3.7
- Fresh futures-macro v0.3.31
- Fresh unicode-script v0.5.7
- Fresh is_terminal_polyfill v1.70.1
- Fresh idna v1.0.3
- Fresh quine-mc_cluskey v0.2.4
- Fresh futures-io v0.3.31
- Fresh unicode-width v0.1.14
- Fresh unicode-ident v1.0.18
- Fresh pin-utils v0.1.0
- Fresh winnow v0.7.11
- Fresh colorchoice v1.0.4
- Fresh anstyle-query v1.1.3
- Fresh url v2.5.4
- Fresh slab v0.4.10
- Fresh declare_clippy_lint v0.1.90 (/Users/timch/rust/src/tools/clippy/declare_clippy_lint)
- Fresh futures-task v0.3.31
- Fresh askama_parser v0.14.0
- Fresh anstream v0.6.19
- Fresh proc-macro2 v1.0.95
- Fresh pad v0.1.6
- Fresh futures-util v0.3.31
- Fresh clippy_lints v0.1.90 (/Users/timch/rust/src/tools/clippy/clippy_lints)
- Fresh color-print v0.3.7
- Fresh color-eyre v0.6.5
- Fresh portable-atomic v1.11.1
- Fresh crossbeam-utils v0.8.21
- Fresh console v0.15.11
- Fresh basic-toml v0.1.10
- Fresh bstr v1.12.0
- Fresh termize v0.1.1
- Fresh rustc-hash v2.1.1
- Fresh scopeguard v1.2.0
- Fresh rustc_tools_util v0.4.2 (/Users/timch/rust/src/tools/clippy/rustc_tools_util)
- Fresh number_prefix v0.4.0
- Fresh owo-colors v3.5.0
- Fresh anyhow v1.0.98
- Fresh spanned v0.3.0
- Fresh askama_derive v0.14.0
- Fresh lock_api v0.4.13
- Fresh prettydiff v0.7.0
- Fresh indicatif v0.17.11
- Fresh futures-executor v0.3.31
- Fresh crossbeam-channel v0.5.15
- Fresh quote v1.0.40
- Fresh parking_lot_core v0.9.11
- Fresh annotate-snippets v0.11.5
- Fresh regex v1.11.1
- Fresh rustfix v0.8.1
- Fresh rustc_version v0.4.1
- Fresh colored v2.2.0
- Fresh same-file v1.0.6
- Fresh bytes v1.10.1
- Fresh levenshtein v1.0.5
- Fresh comma v1.0.0
- Fresh pulldown-cmark-escape v0.11.0
- Fresh unicase v2.8.1
- Fresh tokio v1.46.1
- Fresh walkdir v2.5.0
- Fresh ui_test v0.29.2
- Fresh syn v2.0.104
- Fresh askama v0.14.0
- Fresh futures v0.3.31
- Fresh parking_lot v0.12.4
- Fresh filetime v0.2.25
- Fresh if_chain v1.0.2
- Fresh pulldown-cmark v0.11.3
- Fresh clippy v0.1.90 (/Users/timch/rust/src/tools/clippy)
- Finished `release` profile [optimized] target(s) in 0.11s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 miri artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miri/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh cfg-if v1.0.1
- Fresh unicode-ident v1.0.18
- Fresh once_cell v1.21.3
- Fresh memchr v2.7.5
- Fresh autocfg v1.5.0
- Fresh shlex v1.3.0
- Fresh version_check v0.9.5
- Fresh libc v0.2.174
- Fresh cc v1.2.16
- Fresh rand_core v0.6.4
- Fresh tracing-core v0.1.30
- Fresh proc-macro2 v1.0.95
- Fresh rand v0.8.5
- Fresh lazy_static v1.5.0
- Fresh pin-project-lite v0.2.16
- Fresh quote v1.0.40
- Fresh phf_generator v0.11.3
- Fresh typenum v1.18.0
- Fresh sharded-slab v0.1.7
- Fresh thread_local v1.1.9
- Fresh syn v2.0.104
- Fresh getrandom v0.3.3
- Fresh phf_codegen v0.11.3
- Fresh generic-array v0.14.7
- Fresh parse-zoneinfo v0.3.1
- Fresh tracing-subscriber v0.3.18
- Fresh serde_derive v1.0.219
- Fresh tracing-attributes v0.1.30
- Fresh chrono-tz-build v0.4.1
- Fresh zerocopy v0.8.26
- Fresh aho-corasick v1.1.3
- Fresh serde v1.0.219
- Fresh tracing v0.1.37
- Fresh siphasher v1.0.1
- Fresh smallvec v1.15.1
- Fresh scopeguard v1.2.0
- Fresh gimli v0.31.1
- Fresh adler2 v2.0.1
- Fresh regex-syntax v0.8.5
- Fresh phf_shared v0.11.3
- Fresh lock_api v0.4.13
- Fresh parking_lot_core v0.9.11
- Fresh tracing-error v0.2.1
- Fresh miniz_oxide v0.8.9
- Fresh regex-automata v0.4.9
- Fresh addr2line v0.24.2
- Fresh ppv-lite86 v0.2.21
- Fresh object v0.36.7
- Fresh num-traits v0.2.19
- Fresh owo-colors v4.2.2
- Fresh rand_core v0.9.3
- Fresh thiserror-impl v1.0.69
- Fresh crypto-common v0.1.6
- Fresh inout v0.1.4
- Fresh ryu v1.0.20
- Fresh indenter v0.3.3
- Fresh unicode-width v0.2.1
- Fresh rustc-demangle v0.1.25
- Fresh bitflags v2.9.1
- Fresh itoa v1.0.15
- Fresh option-ext v0.2.0
- Fresh eyre v0.6.12
- Fresh color-spantrace v0.3.0
- Fresh thiserror v1.0.69
- Fresh dirs-sys v0.5.0
- Fresh backtrace v0.3.75
- Fresh serde_json v1.0.140
- Fresh cipher v0.4.4
- Fresh rand_chacha v0.9.0
- Fresh chrono v0.4.41
- Fresh libffi-sys v3.3.2
- Fresh parking_lot v0.12.4
- Fresh phf v0.11.3
- Fresh semver v1.0.26
- Fresh cpufeatures v0.2.17
- Fresh rustc-hash v1.1.0
- Fresh log v0.4.27
- Fresh unicode-width v0.1.14
- Fresh pad v0.1.6
- Fresh aes v0.8.4
- Fresh measureme v12.0.1
- Fresh chrono-tz v0.10.3
- Fresh portable-atomic v1.11.1
- Fresh libffi v4.1.1
- Fresh crossbeam-utils v0.8.21
- Fresh camino v1.1.10
- Fresh color-eyre v0.6.5
- Fresh rand v0.9.1
- Fresh directories v6.0.0
- Fresh tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
- Fresh console v0.15.11
- Fresh bstr v1.12.0
- Fresh cargo-platform v0.1.9
- Fresh errno v0.3.13
- Fresh libloading v0.8.8
- Fresh owo-colors v3.5.0
- Fresh anstyle v1.0.11
- Fresh number_prefix v0.4.0
- Fresh spanned v0.3.0
- Fresh rustix v1.0.7
- Fresh cargo_metadata v0.18.1
- Fresh prettydiff v0.7.0
- Fresh anyhow v1.0.98
- Fresh crossbeam-channel v0.5.15
- Fresh rustc_version v0.4.1
- Fresh rustfix v0.8.1
- Fresh annotate-snippets v0.11.5
- Fresh indicatif v0.17.11
- Fresh regex v1.11.1
- Fresh colored v2.2.0
- Fresh comma v1.0.0
- Fresh levenshtein v1.0.5
- Fresh fastrand v2.3.0
- Fresh tempfile v3.20.0
- Fresh ui_test v0.29.2
- Fresh miri v0.1.0 (/Users/timch/rust/src/tools/miri)
- Finished `release` profile [optimized] target(s) in 0.08s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 cargo-miri artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miri/cargo-miri/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh hashbrown v0.15.4
- Fresh equivalent v1.0.2
- Fresh toml_write v0.1.2
- Fresh proc-macro2 v1.0.95
- Fresh indexmap v2.10.0
- Fresh winnow v0.7.11
- Fresh quote v1.0.40
- Fresh libc v0.2.174
- Fresh cfg-if v1.0.1
- Fresh bitflags v2.9.1
- Fresh ryu v1.0.20
- Fresh fastrand v2.3.0
- Fresh syn v2.0.104
- Fresh errno v0.3.13
- Fresh getrandom v0.3.3
- Fresh itoa v1.0.15
- Fresh rustc_tools_util v0.4.2
- Fresh same-file v1.0.6
- Fresh option-ext v0.2.0
- Fresh memchr v2.7.5
- Fresh serde_derive v1.0.219
- Fresh rustix v1.0.7
- Fresh thiserror-impl v2.0.12
- Fresh once_cell v1.21.3
- Fresh walkdir v2.5.0
- Fresh anyhow v1.0.98
- Fresh dirs-sys v0.5.0
- Fresh serde v1.0.219
- Fresh tempfile v3.20.0
- Fresh thiserror v2.0.12
- Fresh directories v6.0.0
- Fresh toml_datetime v0.6.11
- Fresh serde_spanned v0.6.9
- Fresh semver v1.0.26
- Fresh serde_json v1.0.140
- Fresh camino v1.1.10
- Fresh cargo-platform v0.1.9
- Fresh toml_edit v0.22.27
- Fresh rustc_version v0.4.1
- Fresh cargo_metadata v0.19.2
- Fresh toml v0.8.23
- Fresh rustc-build-sysroot v0.5.9
- Fresh cargo-miri v0.1.0 (/Users/timch/rust/src/tools/miri/cargo-miri)
- Finished `release` profile [optimized] target(s) in 0.06s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 miropt-test-tools artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/miropt-test-tools/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh miropt-test-tools v0.1.0 (/Users/timch/rust/src/tools/miropt-test-tools)
- Finished `release` profile [optimized] target(s) in 0.04s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 rustfmt artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rustfmt/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh memchr v2.7.5
- Fresh regex-syntax v0.8.5
- Fresh utf8parse v0.2.2
- Fresh cfg-if v1.0.1
- Fresh is_terminal_polyfill v1.70.1
- Fresh proc-macro2 v1.0.95
- Fresh aho-corasick v1.1.3
- Fresh anstyle-parse v0.2.7
- Fresh colorchoice v1.0.4
- Fresh anstyle v1.0.11
- Fresh log v0.4.27
- Fresh anstyle-query v1.1.3
- Fresh quote v1.0.40
- Fresh libc v0.2.174
- Fresh regex-automata v0.4.9
- Fresh once_cell v1.21.3
- Fresh crossbeam-utils v0.8.21
- Fresh anstream v0.6.19
- Fresh clap_lex v0.7.5
- Fresh regex-syntax v0.6.29
- Fresh syn v2.0.104
- Fresh tracing-core v0.1.30
- Fresh heck v0.5.0
- Fresh equivalent v1.0.2
- Fresh hashbrown v0.15.4
- Fresh strsim v0.11.1
- Fresh regex-automata v0.1.10
- Fresh dirs-sys-next v0.1.2
- Fresh serde_derive v1.0.219
- Fresh clap_builder v4.5.40
- Fresh indexmap v2.10.0
- Fresh thiserror-impl v1.0.69
- Fresh clap_derive v4.5.40
- Fresh crossbeam-epoch v0.9.18
- Fresh serde v1.0.219
- Fresh bstr v1.12.0
- Fresh overload v0.1.1
- Fresh pin-project-lite v0.2.16
- Fresh ryu v1.0.20
- Fresh itoa v1.0.15
- Fresh option-ext v0.2.0
- Fresh lazy_static v1.5.0
- Fresh same-file v1.0.6
- Fresh serde_spanned v0.6.9
- Fresh toml_datetime v0.6.11
- Fresh winnow v0.5.40
- Fresh serde_json v1.0.140
- Fresh semver v1.0.26
- Fresh tracing v0.1.37
- Fresh dirs-sys v0.4.1
- Fresh globset v0.4.16
- Fresh sharded-slab v0.1.7
- Fresh toml_edit v0.19.15
- Fresh nu-ansi-term v0.46.0
- Fresh camino v1.1.10
- Fresh cargo-platform v0.1.9
- Fresh walkdir v2.5.0
- Fresh thiserror v1.0.69
- Fresh crossbeam-deque v0.8.6
- Fresh clap v4.5.40
- Fresh matchers v0.1.0
- Fresh tracing-log v0.2.0
- Fresh dirs-next v2.0.0
- Fresh regex v1.11.1
- Fresh thread_local v1.1.9
- Fresh smallvec v1.15.1
- Fresh unicode-width v0.2.1
- Fresh either v1.15.0
- Fresh yansi-term v0.1.2
- Fresh unicode-width v0.1.14
- Fresh clap-cargo v0.12.0
- Fresh tracing-subscriber v0.3.18
- Fresh annotate-snippets v0.9.2
- Fresh getopts v0.2.23
- Fresh itertools v0.12.1
- Fresh term v0.7.0
- Fresh toml v0.7.8
- Fresh cargo_metadata v0.18.1
- Fresh ignore v0.4.23
- Fresh dirs v5.0.1
- Fresh anyhow v1.0.98
- Fresh rustfmt-config_proc_macro v0.3.0 (/Users/timch/rust/src/tools/rustfmt/config_proc_macro)
- Fresh unicode-segmentation v1.12.0
- Fresh unicode-properties v0.1.3
- Fresh diff v0.1.13
- Fresh bytecount v0.6.9
- Fresh rustfmt-nightly v1.8.0 (/Users/timch/rust/src/tools/rustfmt)
- Finished `release` profile [optimized] target(s) in 0.07s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 rust-analyzer artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink,proc_macro_def_site" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/rust-analyzer/Cargo.toml" "--features" "in-rust-tree" "--bins" "--tests" "--benches" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh autocfg v1.4.0
- Fresh crossbeam-channel v0.5.15
- Fresh itertools v0.14.0
- Fresh jod-thread v1.0.0
- Fresh serde_derive v1.0.219
- Fresh synstructure v0.13.2
- Fresh tracing-attributes v0.1.29
- Fresh heck v0.5.0
- Fresh salsa-macros v0.22.0
- Fresh text-size v1.1.1
- Fresh unicode-properties v0.1.3
- Fresh triomphe v0.1.14
- Fresh nohash-hasher v0.2.0
- Fresh ra-ap-rustc_lexer v0.116.0
- Fresh zerofrom-derive v0.1.6
- Fresh rustc-hash v1.1.0
- Fresh rustc-literal-escaper v0.0.4
- Fresh drop_bomb v0.1.5
- Fresh yoke-derive v0.8.0
- Fresh countme v3.0.1
- Fresh smol_str v0.3.2
- Fresh arrayvec v0.7.6
- Fresh la-arena v0.3.1
- Fresh fst v0.4.7
- Fresh memoffset v0.9.1
- Fresh zerovec-derive v0.11.1
- Fresh displaydoc v0.2.5
- Fresh bitflags v2.9.1
- Fresh rowan v0.15.15
- Fresh log v0.4.27
- Fresh cov-mark v2.0.0
- Fresh ra-ap-rustc_index_macros v0.116.0
- Fresh rustc-stable-hash v0.1.2
- Fresh chalk-derive v0.103.0
- Fresh rustc-literal-escaper v0.0.2
- Fresh ra-ap-rustc_index v0.116.0
- Fresh ra-ap-rustc_hashes v0.116.0
- Fresh fixedbitset v0.4.2
- Fresh ra-ap-rustc_parse_format v0.116.0
- Fresh chalk-ir v0.103.0
- Fresh ena v0.14.3
- Fresh rustc_apfloat v0.2.3+llvm-462a31f5a5ab
- Fresh ra-ap-rustc_abi v0.116.0
- Fresh petgraph v0.6.5
- Fresh itertools v0.12.1
- Fresh oorandom v11.1.5
- Fresh thiserror-impl v1.0.69
- Fresh chalk-solve v0.103.0
- Fresh ra-ap-rustc_pattern_analysis v0.116.0
- Fresh typed-arena v2.0.2
- Fresh scoped-tls v1.0.1
- Fresh chalk-recursive v0.103.0
- Fresh zerofrom v0.1.6
- Fresh stable_deref_trait v1.2.0
- Fresh line-index v0.1.2
- Fresh thiserror-impl v2.0.12
- Fresh yoke v0.8.0
- Fresh serde v1.0.219
- Fresh zerovec v0.11.2
- Fresh tinystr v0.8.1
- Fresh litemap v0.8.0
- Fresh home v0.5.11
- Fresh writeable v0.6.1
- Fresh potential_utf v0.1.2
- Fresh zerotrie v0.2.2
- Fresh powerfmt v0.2.0
- Fresh icu_locale_core v2.0.0
- Fresh anyhow v1.0.98
- Fresh icu_collections v2.0.0
- Fresh deranged v0.4.0
- Fresh icu_provider v2.0.0
- Fresh num_threads v0.1.7
- Fresh time-core v0.1.4
- Fresh num-conv v0.1.0
- Fresh icu_normalizer_data v2.0.0
- Fresh icu_properties_data v2.0.1
- Fresh time v0.3.41
- Fresh cfg_aliases v0.2.1
- Fresh same-file v1.0.6
- Fresh walkdir v2.5.0
- Fresh icu_normalizer v2.0.0
- Fresh icu_properties v2.0.1
- Fresh filetime v0.2.25
- Fresh fsevent-sys v4.1.0
- Fresh notify-types v2.0.0
- Fresh option-ext v0.2.0
- Fresh idna_adapter v1.2.1
- Fresh num-traits v0.2.19
- Fresh typeid v1.0.3
- Fresh serde_spanned v0.6.9
- Fresh toml_datetime v0.6.11
- Fresh dirs-sys v0.5.0
- Fresh notify v8.0.0
- Fresh unicase v2.8.1
- Fresh lazy_static v1.5.0
- Fresh toml_write v0.1.2
- Fresh percent-encoding v2.3.1
- Fresh winnow v0.7.11
- Fresh utf8_iter v1.0.4
- Fresh sharded-slab v0.1.7
- Fresh form_urlencoded v1.2.1
- Fresh crossbeam-utils v0.8.21
- Fresh toml_edit v0.22.27
- Fresh idna v1.0.3
- Fresh pulldown-cmark v0.9.6
- Fresh nix v0.30.1
- Fresh ordered-float v2.10.1
- Fresh erased-serde v0.4.6
- Fresh tracing-log v0.2.0
- Fresh thread_local v1.1.9
- Fresh xflags-macros v0.3.2
- Fresh pulldown-cmark-to-cmark v10.0.4
- Fresh toml v0.8.23
- Fresh serde-value v0.7.0
- Fresh xflags v0.3.2
- Fresh thiserror v1.0.69
- Fresh semver v1.0.26
- Fresh tracing-subscriber v0.3.19
- Fresh url v2.5.4
- Fresh serde-untagged v0.1.7
- Fresh protobuf-support v3.7.1
- Fresh serde_repr v0.1.20
- Fresh nu-ansi-term v0.50.1
- Fresh dot v0.1.4
- Fresh memchr v2.7.5
- Fresh unicode-xid v0.2.6
- Fresh itoa v1.0.15
- Fresh ryu v1.0.20
- Fresh bitflags v1.3.2
- Fresh thiserror v2.0.12
- Fresh tracing-tree v0.4.0
- Fresh camino v1.1.10
- Fresh protobuf v3.7.1
- Fresh cargo-platform v0.2.0
- Fresh cargo-util-schemas v0.2.0
- Fresh serde_json v1.0.140
- Fresh lsp-types v0.95.0
- Fresh once_cell v1.21.3
- Fresh xshell-macros v0.2.7
- Fresh scip v0.5.2
- Fresh xshell v0.2.7
- Fresh cargo_metadata v0.20.0
- Fresh libc v0.2.172
- Fresh process-wrap v8.2.1
- Fresh crossbeam-epoch v0.9.18
- Fresh dirs v6.0.0
- Fresh lsp-server v0.7.8
- Fresh num_cpus v1.17.0
- Fresh scopeguard v1.2.0
- Fresh equivalent v1.0.2
- Fresh smallvec v1.15.1
- Fresh allocator-api2 v0.2.21
- Fresh base64 v0.22.1
- Fresh adler2 v2.0.1
- Fresh foldhash v0.1.5
- Fresh cfg-if v1.0.1
- Fresh tenthash v1.1.0
- Fresh miniz_oxide v0.8.9
- Fresh lock_api v0.4.13
- Fresh crossbeam-deque v0.8.6
- Fresh object v0.36.7
- Fresh parking_lot_core v0.9.11
- Fresh hashbrown v0.15.4
- Fresh memmap2 v0.9.5
- Fresh libloading v0.8.8
- Fresh crc32fast v1.4.2
- Fresh unicode-ident v1.0.18
- Fresh rayon-core v1.12.1
- Fresh tracing-core v0.1.34
- Fresh flate2 v1.1.2
- Fresh proc-macro2 v1.0.95
- Fresh either v1.15.0
- Fresh hashbrown v0.14.5
- Fresh pin-project-lite v0.2.16
- Fresh indexmap v2.9.0
- Fresh hashlink v0.10.0
- Fresh zip v4.0.0
- Fresh quote v1.0.40
- Fresh portable-atomic v1.11.1
- Fresh rayon v1.10.0
- Fresh dashmap v6.1.0
- Fresh tracing v0.1.41
- Fresh parking_lot v0.12.4
- Fresh crossbeam-queue v0.3.12
- Fresh directories v6.0.0
- Fresh boxcar v0.2.13
- Fresh rustc-hash v2.1.1
- Fresh dissimilar v1.0.10
- Fresh write-json v0.1.4
- Fresh thin-vec v0.2.14
- Fresh ungrammar v1.16.1
- Fresh salsa-macro-rules v0.22.0
- Fresh syn v2.0.103
- Fresh ctrlc v3.4.7
- Fresh salsa v0.22.0
- Fresh expect-test v1.5.1
- Fresh derive_arbitrary v1.4.1
- Fresh arbitrary v1.4.1
- Fresh xtask v0.1.0 (/Users/timch/rust/src/tools/rust-analyzer/xtask)
- Fresh lsp-server v0.7.8 (/Users/timch/rust/src/tools/rust-analyzer/lib/lsp-server)
- Fresh proc-macro-srv v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/proc-macro-srv)
- Fresh proc-macro-srv-cli v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/proc-macro-srv-cli)
- Fresh cfg v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/cfg)
- Fresh proc-macro-test v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test)
- Fresh rust-analyzer v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/rust-analyzer)
- Fresh hir-ty v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/hir-ty)
- Fresh ide v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide)
- Fresh load-cargo v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/load-cargo)
- Fresh vfs-notify v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/vfs-notify)
- Fresh project-model v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/project-model)
- Fresh query-group-macro v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/query-group-macro)
- Fresh ide-assists v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide-assists)
- Fresh ide-ssr v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide-ssr)
- Fresh hir-def v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/hir-def)
- Fresh ide-diagnostics v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide-diagnostics)
- Fresh ide-completion v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide-completion)
- Fresh hir v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/hir)
- Fresh ide-db v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/ide-db)
- Fresh toolchain v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/toolchain)
- Fresh syntax-bridge v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/syntax-bridge)
- Fresh mbe v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/mbe)
- Fresh syntax v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/syntax)
- Fresh test-fixture v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/test-fixture)
- Fresh proc-macro-api v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/proc-macro-api)
- Fresh hir-expand v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/hir-expand)
- Fresh line-index v0.1.2 (/Users/timch/rust/src/tools/rust-analyzer/lib/line-index)
- Fresh base-db v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/base-db)
- Fresh span v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/span)
- Fresh test-utils v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/test-utils)
- Fresh parser v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/parser)
- Fresh vfs v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/vfs)
- Fresh tt v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/tt)
- Fresh paths v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/paths)
- Fresh intern v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/intern)
- Fresh stdx v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/stdx)
- Fresh profile v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/profile)
- Fresh edition v0.0.0 (/Users/timch/rust/src/tools/rust-analyzer/crates/edition)
- Fresh la-arena v0.3.1 (/Users/timch/rust/src/tools/rust-analyzer/lib/la-arena)
- Finished `release` profile [optimized] target(s) in 0.19s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 test-float-parse artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/test-float-parse/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh autocfg v1.5.0
- Fresh cfg-if v1.0.1
- Fresh once_cell v1.21.3
- Fresh either v1.15.0
- Fresh number_prefix v0.4.0
- Fresh libc v0.2.174
- Fresh num-traits v0.2.19
- Fresh crossbeam-utils v0.8.21
- Fresh zerocopy v0.8.26
- Fresh portable-atomic v1.11.1
- Fresh num-integer v0.1.46
- Fresh crossbeam-epoch v0.9.18
- Fresh getrandom v0.3.3
- Fresh ppv-lite86 v0.2.21
- Fresh console v0.15.11
- Fresh num-complex v0.4.6
- Fresh rand_core v0.9.3
- Fresh crossbeam-deque v0.8.6
- Fresh num-bigint v0.4.6
- Fresh num-iter v0.1.45
- Fresh indicatif v0.17.11
- Fresh num-rational v0.4.2
- Fresh rayon-core v1.12.1
- Fresh rand_chacha v0.9.0
- Fresh num v0.4.3
- Fresh rand v0.9.1
- Fresh rayon v1.10.0
- Fresh test-float-parse v0.1.0 (/Users/timch/rust/src/tools/test-float-parse)
- Finished `release` profile [optimized] target(s) in 0.05s
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- Checking stage0 features-status-dump artifacts (aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-tools" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0-dev" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zunstable-options" RUST_TEST_THREADS="10" SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstraptool-rustc1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "check" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--manifest-path" "/Users/timch/rust/src/tools/features-status-dump/Cargo.toml" "--all-targets" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh memchr v2.7.5
- Fresh regex-syntax v0.8.5
- Fresh utf8parse v0.2.2
- Fresh equivalent v1.0.2
- Fresh proc-macro2 v1.0.95
- Fresh aho-corasick v1.1.3
- Fresh hashbrown v0.15.4
- Fresh bstr v1.12.0
- Fresh quote v1.0.40
- Fresh crossbeam-utils v0.8.21
- Fresh regex-automata v0.4.9
- Fresh indexmap v2.10.0
- Fresh anstyle-parse v0.2.7
- Fresh itoa v1.0.15
- Fresh anstyle-query v1.1.3
- Fresh is_terminal_polyfill v1.70.1
- Fresh syn v2.0.104
- Fresh crossbeam-epoch v0.9.18
- Fresh same-file v1.0.6
- Fresh anstyle v1.0.11
- Fresh ryu v1.0.20
- Fresh colorchoice v1.0.4
- Fresh winnow v0.5.40
- Fresh log v0.4.27
- Fresh clap_lex v0.7.5
- Fresh serde_derive v1.0.219
- Fresh thiserror-impl v2.0.12
- Fresh globset v0.4.16
- Fresh crossbeam-deque v0.8.6
- Fresh walkdir v2.5.0
- Fresh anstream v0.6.19
- Fresh strsim v0.11.1
- Fresh heck v0.5.0
- Fresh regex v1.11.1
- Fresh serde v1.0.219
- Fresh thiserror v2.0.12
- Fresh clap_derive v4.5.40
- Fresh clap_builder v4.5.40
- Fresh ignore v0.4.23
- Fresh rustc-hash v2.1.1
- Fresh miropt-test-tools v0.1.0 (/Users/timch/rust/src/tools/miropt-test-tools)
- Fresh similar v2.7.0
- Fresh termcolor v1.4.1
- Fresh anyhow v1.0.98
- Fresh serde_spanned v0.6.9
- Fresh toml_datetime v0.6.11
- Fresh camino v1.1.10
- Fresh serde_json v1.0.140
- Fresh semver v1.0.26
- Fresh cargo-platform v0.1.9
- Fresh build_helper v0.1.0 (/Users/timch/rust/src/build_helper)
- Fresh fluent-syntax v0.12.0
- Fresh clap v4.5.40
- Fresh toml_edit v0.19.15
- Fresh cargo_metadata v0.19.2
- Fresh toml v0.7.8
- Fresh tidy v0.1.0 (/Users/timch/rust/src/tools/tidy)
- Fresh features-status-dump v0.1.0 (/Users/timch/rust/src/tools/features-status-dump)
- Finished `release` profile [optimized] target(s) in 0.06s
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER="" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc" CC_aarch64_apple_darwin="" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Zon-broken-pipe=kill -Clto=off" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "" "--manifest-path" "/Users/timch/rust/compiler/rustc/Cargo.toml" "--no-fail-fast" "-p" "rustc_mir_transform" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib to avoid caching bugs
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- LLVM freshness: LastModifiedUpstream { upstream: "75d5834a6c571cb0455acb5128ad51118fcbf2be" }
- Cache hit: "/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" "--version" (failure_mode=Exit)
- Testing {rustc_mir_transform} (stage0 -> stage1, aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc" CC_aarch64_apple_darwin="cc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_LIBDIR_RELATIVE="lib" CFG_OMIT_GIT_HASH="1" CFG_RELEASE="1.90.0-dev" CFG_RELEASE_CHANNEL="dev" CFG_VERSION="1.90.0-dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="c++" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" LLVM_CONFIG="/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/bin/llvm-config" LLVM_RUSTLLVM="1" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cllvm-args=-import-instr-limit=10 -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Zon-broken-pipe=kill -Clto=off" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "" "--manifest-path" "/Users/timch/rust/compiler/rustc/Cargo.toml" "--no-fail-fast" "-p" "rustc_mir_transform" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- Fresh unicode-ident v1.0.18
- Fresh cfg-if v1.0.1
- Fresh shlex v1.3.0
- Fresh stable_deref_trait v1.2.0
- Fresh version_check v0.9.5
- Fresh proc-macro2 v1.0.95
- Fresh cc v1.2.16
- Fresh autocfg v1.5.0
- Fresh bitflags v2.9.1
- Fresh quote v1.0.40
- Fresh libc v0.2.174
- Fresh typenum v1.18.0
- Fresh once_cell v1.21.3
- Fresh syn v2.0.104
- Fresh getrandom v0.3.3
- Fresh generic-array v0.14.7
- Fresh crossbeam-utils v0.8.21
- Fresh errno v0.3.13
- Fresh rustc-stable-hash v0.1.2
- Fresh synstructure v0.13.2
- Fresh displaydoc v0.2.5
- Fresh hashbrown v0.15.4
- Fresh equivalent v1.0.2
- Fresh log v0.4.27
- Fresh scopeguard v1.2.0
- Fresh rustix v1.0.7
- Fresh parking_lot_core v0.9.11
- Fresh indexmap v2.10.0
- Fresh lock_api v0.4.13
- Fresh rustc_hashes v0.0.0 (/Users/timch/rust/compiler/rustc_hashes)
- Fresh block-buffer v0.10.4
- Fresh crypto-common v0.1.6
- Fresh crossbeam-epoch v0.9.18
- Fresh rustc-hash v1.1.0
- Fresh fastrand v2.3.0
- Fresh thin-vec v0.2.14
- Fresh rustc_macros v0.0.0 (/Users/timch/rust/compiler/rustc_macros)
- Fresh digest v0.10.7
- Fresh psm v0.1.26
- Fresh crossbeam-deque v0.8.6
- Fresh parking_lot v0.12.4
- Fresh proc-macro-hack v0.5.20+deprecated
- Fresh tempfile v3.20.0
- Fresh rustc_serialize v0.0.0 (/Users/timch/rust/compiler/rustc_serialize)
- Fresh rustc_index_macros v0.0.0 (/Users/timch/rust/compiler/rustc_index_macros)
- Fresh tracing-attributes v0.1.30
- Fresh tracing-core v0.1.30
- Fresh arrayvec v0.7.6
- Fresh pin-project-lite v0.2.16
- Fresh either v1.15.0
- Fresh unic-langid-macros-impl v0.9.6
- Fresh tracing v0.1.37
- Fresh rustc_index v0.0.0 (/Users/timch/rust/compiler/rustc_index)
- Fresh stacker v0.1.21
- Fresh measureme v12.0.1
- Fresh rustc_thread_pool v0.0.0 (/Users/timch/rust/compiler/rustc_thread_pool)
- Fresh ena v0.14.3
- Fresh jobserver v0.1.33
- Fresh cpufeatures v0.2.17
- Fresh memmap2 v0.2.3
- Fresh rustc_arena v0.0.0 (/Users/timch/rust/compiler/rustc_arena)
- Fresh elsa v1.11.2
- Fresh rustc_graphviz v0.0.0 (/Users/timch/rust/compiler/rustc_graphviz)
- Fresh arrayref v0.3.9
- Fresh constant_time_eq v0.3.1
- Fresh itoa v1.0.15
- Fresh sha1 v0.10.6
- Fresh sha2 v0.10.9
- Fresh rustc_data_structures v0.0.0 (/Users/timch/rust/compiler/rustc_data_structures)
- Fresh md-5 v0.10.6
- Fresh derive-where v1.5.0
- Fresh scoped-tls v1.0.1
- Fresh zerofrom-derive v0.1.6
- Fresh yoke-derive v0.7.5
- Fresh zerovec-derive v0.10.3
- Fresh blake3 v1.8.2
- Fresh zerofrom v0.1.6
- Fresh rand_core v0.9.3
- Fresh rustc_ast_ir v0.0.0 (/Users/timch/rust/compiler/rustc_ast_ir)
- Fresh tinystr v0.8.1
- Fresh thiserror-impl v2.0.12
- Fresh serde_derive v1.0.219
- Fresh unicode-xid v0.2.6
- Fresh rustc_span v0.0.0 (/Users/timch/rust/compiler/rustc_span)
- Fresh yoke v0.7.5
- Fresh zerocopy v0.8.26
- Fresh unic-langid-impl v0.9.6
- Fresh writeable v0.5.5
- Fresh litemap v0.7.5
- Fresh rustc-literal-escaper v0.0.4
- Fresh unicode-properties v0.1.3
- Fresh zerovec v0.10.4
- Fresh ppv-lite86 v0.2.21
- Fresh serde v1.0.219
- Fresh rustc_lexer v0.0.0 (/Users/timch/rust/compiler/rustc_lexer)
- Fresh rand_xoshiro v0.7.0
- Fresh icu_provider_macros v1.5.0
- Fresh rustc_ast v0.0.0 (/Users/timch/rust/compiler/rustc_ast)
- Fresh rand_chacha v0.9.0
- Fresh tinystr v0.7.6
- Fresh icu_locid_transform_data v1.5.1
- Fresh unic-langid-macros v0.9.6
- Fresh itertools v0.12.1
- Fresh ryu v1.0.20
- Fresh rand v0.9.1
- Fresh icu_locid v1.5.0
- Fresh unic-langid v0.9.6
- Fresh serde_json v1.0.140
- Fresh rustc_ast_pretty v0.0.0 (/Users/timch/rust/compiler/rustc_ast_pretty)
- Fresh rustc_fs_util v0.0.0 (/Users/timch/rust/compiler/rustc_fs_util)
- Fresh icu_provider v1.5.0
- Fresh rustc_abi v0.0.0 (/Users/timch/rust/compiler/rustc_abi)
- Fresh icu_list_data v1.5.1
- Fresh object v0.37.1
- Fresh regex-automata v0.2.0
- Fresh ident_case v1.0.1
- Fresh rustc-hash v2.1.1
- Fresh fnv v1.0.7
- Fresh icu_locid_transform v1.5.0
- Fresh rustc_attr_data_structures v0.0.0 (/Users/timch/rust/compiler/rustc_attr_data_structures)
- Fresh strsim v0.11.1
- Fresh type-map v0.5.1
- Fresh rustc_target v0.0.0 (/Users/timch/rust/compiler/rustc_target)
- Fresh thiserror v2.0.12
- Fresh icu_list v1.5.0
- Fresh darling_core v0.20.11
- Fresh odht v0.3.1
- Fresh memchr v2.7.5
- Fresh icu_provider_adapters v1.5.0
- Fresh intl-memoizer v0.5.3
- Fresh fluent-langneg v0.13.0
- Fresh intl_pluralrules v7.0.2
- Fresh rustc_type_ir_macros v0.0.0 (/Users/timch/rust/compiler/rustc_type_ir_macros)
- Fresh rustc_hir v0.0.0 (/Users/timch/rust/compiler/rustc_hir)
- Fresh fluent-syntax v0.12.0
- Fresh darling_macro v0.20.11
- Fresh rustc_baked_icu_data v0.0.0 (/Users/timch/rust/compiler/rustc_baked_icu_data)
- Fresh self_cell v1.2.0
- Fresh unicode-width v0.2.1
- Fresh smallvec v1.15.1
- Fresh rustc_type_ir v0.0.0 (/Users/timch/rust/compiler/rustc_type_ir)
- Fresh darling v0.20.11
- Fresh rustc_error_messages v0.0.0 (/Users/timch/rust/compiler/rustc_error_messages)
- Fresh fluent-bundle v0.16.0
- Fresh anstyle v1.0.11
- Fresh termize v0.2.0
- Fresh termcolor v1.4.1
- Fresh rustc_error_codes v0.0.0 (/Users/timch/rust/compiler/rustc_error_codes)
- Fresh rustc_feature v0.0.0 (/Users/timch/rust/compiler/rustc_feature)
- Fresh getopts v0.2.23
- Fresh rustc_lint_defs v0.0.0 (/Users/timch/rust/compiler/rustc_lint_defs)
- Fresh rustc_fluent_macro v0.0.0 (/Users/timch/rust/compiler/rustc_fluent_macro)
- Fresh annotate-snippets v0.11.5
- Fresh derive_setters v0.1.7
- Fresh datafrog v2.0.1
- Fresh rustc_hir_pretty v0.0.0 (/Users/timch/rust/compiler/rustc_hir_pretty)
- Fresh gsgdt v0.1.2
- Fresh tinyvec_macros v0.1.1
- Fresh rustc_next_trait_solver v0.0.0 (/Users/timch/rust/compiler/rustc_next_trait_solver)
- Fresh rustc_errors v0.0.0 (/Users/timch/rust/compiler/rustc_errors)
- Fresh polonius-engine v0.13.0
- Fresh tinyvec v1.9.0
- Fresh rustc_parse_format v0.0.0 (/Users/timch/rust/compiler/rustc_parse_format)
- Fresh aho-corasick v1.1.3
- Fresh regex-syntax v0.8.5
- Fresh unicode-script v0.5.7
- Fresh rustc_session v0.0.0 (/Users/timch/rust/compiler/rustc_session)
- Fresh rustc_apfloat v0.2.3+llvm-462a31f5a5ab
- Fresh regex-automata v0.4.9
- Fresh unicode-normalization v0.1.24
- Fresh rustc_query_system v0.0.0 (/Users/timch/rust/compiler/rustc_query_system)
- Fresh unicode-security v0.1.2
- Fresh rustc_attr_parsing v0.0.0 (/Users/timch/rust/compiler/rustc_attr_parsing)
- Fresh regex v1.11.1
- Fresh rustc_middle v0.0.0 (/Users/timch/rust/compiler/rustc_middle)
- Fresh rustc_infer v0.0.0 (/Users/timch/rust/compiler/rustc_infer)
- Fresh rustc_transmute v0.0.0 (/Users/timch/rust/compiler/rustc_transmute)
- Fresh rustc_mir_dataflow v0.0.0 (/Users/timch/rust/compiler/rustc_mir_dataflow)
- Fresh rustc_pattern_analysis v0.0.0 (/Users/timch/rust/compiler/rustc_pattern_analysis)
- Fresh rustc_trait_selection v0.0.0 (/Users/timch/rust/compiler/rustc_trait_selection)
- Fresh rustc_lint v0.0.0 (/Users/timch/rust/compiler/rustc_lint)
- Fresh rustc_const_eval v0.0.0 (/Users/timch/rust/compiler/rustc_const_eval)
- Fresh rustc_mir_build v0.0.0 (/Users/timch/rust/compiler/rustc_mir_build)
- Fresh rustc_mir_transform v0.0.0 (/Users/timch/rust/compiler/rustc_mir_transform)
- Finished `release` profile [optimized] target(s) in 0.13s
- Running `/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/rustc_mir_transform-f7a238eeb5ecee81 -Z unstable-options --format json`
- running 15 tests
- test coverage::counters::union_find::tests::empty ... ok
- test coverage::counters::node_flow::tests::example_driver ... ok
- test coverage::counters::union_find::tests::transitive ... ok
- test errors::verify_mir_transform_const_modify_2 ... ok
- test errors::verify_mir_transform_const_mut_borrow_3 ... ok
- test errors::verify_mir_transform_exceeds_mcdc_test_vector_limit_8 ... ok
- test coverage::tests::test_covgraph_goto_switchint ... ok
- test errors::verify_mir_transform_ffi_unwind_call_6 ... ok
- test coverage::tests::test_covgraph_switchint_loop_then_inner_loop_else_break ... ok
- test errors::verify_mir_transform_fn_item_ref_7 ... ok
- test coverage::tests::test_covgraph_switchint_then_loop_else_return ... ok
- test errors::verify_mir_transform_unaligned_packed_ref_4 ... ok
- test errors::verify_mir_transform_unconditional_recursion_0 ... ok
- test errors::verify_mir_transform_force_inline_attr_1 ... ok
- test errors::verify_mir_transform_unknown_pass_name_5 ... ok
- test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 270.29µs
- Doc-tests rustc_mir_transform
- Running `/Users/timch/rust/build/bootstrap/debug/rustdoc --edition=2024 --crate-type lib --color auto --crate-name rustc_mir_transform --test compiler/rustc_mir_transform/src/lib.rs --test-run-directory /Users/timch/rust/compiler/rustc_mir_transform --target aarch64-apple-darwin -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps -L native=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/blake3-b03ae5adc12ff231/out -L native=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/psm-942f3778983d4c63/out --test-args -Z --test-args unstable-options --test-args --format --test-args json --extern either=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libeither-eae565b4e8ddd6e0.rlib --extern itertools=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libitertools-cc1065a93ae1b254.rlib --extern rustc_abi=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_abi-6172a0d983081ea8.rlib --extern rustc_arena=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_arena-2a9c82a88e18c10d.rlib --extern rustc_ast=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast-3b129d40ee69d3cb.rlib --extern rustc_attr_data_structures=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_attr_data_structures-792ef3881ee54b7d.rlib --extern rustc_const_eval=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_const_eval-0602f4f50d7936e6.rlib --extern rustc_data_structures=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_data_structures-c301923ac896510b.rlib --extern rustc_errors=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_errors-045f1395ea489ddb.rlib --extern rustc_fluent_macro=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps/librustc_fluent_macro-dd01217dc4be6553.dylib --extern rustc_hir=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir-6f8625b4d99032bf.rlib --extern rustc_index=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_index-0d4e738272a88515.rlib --extern rustc_infer=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_infer-02ee98dd1026fb07.rlib --extern rustc_macros=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps/librustc_macros-b44d81e1968b335e.dylib --extern rustc_middle=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_middle-ab7d4409043d83a6.rlib --extern rustc_mir_build=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_build-b1b0e9030b97e879.rlib --extern rustc_mir_dataflow=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_dataflow-a73704e76be3deac.rlib --extern rustc_mir_transform=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_transform-ee3340d15d951fe4.rlib --extern rustc_session=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_session-4c465fe4a0759780.rlib --extern rustc_span=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_span-4b23b04f88605aa4.rlib --extern rustc_target=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_target-554c41828c44d2ab.rlib --extern rustc_trait_selection=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_trait_selection-3e63493760fe352b.rlib --extern smallvec=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsmallvec-5636a6a29aec3d34.rlib --extern tracing=/Users/timch/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing-454adccb73ffe871.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Dwarnings '-Wrustdoc::invalid_codeblock_attributes' --crate-version 1.90.0-dev '-Zcrate-attr=warn(rust_2018_idioms)' --error-format human`
- running 18 tests
- test compiler/rustc_mir_transform/src/add_moves_for_packed_drops.rs - add_moves_for_packed_drops::AddMovesForPackedDrops (line 13) ... ignored
- test compiler/rustc_mir_transform/src/coroutine/by_move_body.rs - coroutine::by_move_body (line 14) ... ignored
- test compiler/rustc_mir_transform/src/dest_prop.rs - dest_prop (line 76) ... ignored
- test compiler/rustc_mir_transform/src/dest_prop.rs - dest_prop::Candidates::c (line 259) ... ignored
- test compiler/rustc_mir_transform/src/early_otherwise_branch.rs - early_otherwise_branch::EarlyOtherwiseBranch (line 11) ... ignored
- test compiler/rustc_mir_transform/src/early_otherwise_branch.rs - early_otherwise_branch::EarlyOtherwiseBranch (line 21) ... ignored
- test compiler/rustc_mir_transform/src/lib.rs - declare_passes (line 60) ... ignored
- test compiler/rustc_mir_transform/src/match_branches.rs - match_branches::SimplifyToExp (line 337) ... ignored
- test compiler/rustc_mir_transform/src/match_branches.rs - match_branches::SimplifyToExp (line 364) ... ignored
- test compiler/rustc_mir_transform/src/match_branches.rs - match_branches::SimplifyToIf (line 131) ... ignored
- test compiler/rustc_mir_transform/src/match_branches.rs - match_branches::SimplifyToIf (line 149) ... ignored
- test compiler/rustc_mir_transform/src/shim.rs - shim::build_fn_ptr_addr_shim (line 1104) ... ignored
- test compiler/rustc_mir_transform/src/coroutine/by_move_body.rs - coroutine::by_move_body (line 5) ... ok
- test compiler/rustc_mir_transform/src/coroutine/by_move_body.rs - coroutine::by_move_body (line 31) ... ok
- test compiler/rustc_mir_transform/src/gvn.rs - gvn (line 70) ... ok
- test compiler/rustc_mir_transform/src/simplify.rs - simplify (line 20) ... ok
- test compiler/rustc_mir_transform/src/large_enums.rs - large_enums::EnumSizeOpt (line 15) ... ok
- test compiler/rustc_mir_transform/src/nrvo.rs - nrvo::RenameReturnPlace (line 19) ... ok
- test result: ok. 6 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out; finished in 20.70ms
- running 7 tests
- test compiler/rustc_mir_transform/src/add_moves_for_packed_drops.rs - add_moves_for_packed_drops::AddMovesForPackedDrops (line 28) ... ignored
- test compiler/rustc_mir_transform/src/gvn.rs - gvn (line 26) ... ignored
- test compiler/rustc_mir_transform/src/gvn.rs - gvn (line 33) ... ignored
- test compiler/rustc_mir_transform/src/gvn.rs - gvn (line 42) ... ignored
- test compiler/rustc_mir_transform/src/gvn.rs - gvn (line 53) ... ignored
- test compiler/rustc_mir_transform/src/simplify_comparison_integral.rs - simplify_comparison_integral::SimplifyComparisonIntegral (line 15) ... ignored
- test compiler/rustc_mir_transform/src/simplify_comparison_integral.rs - simplify_comparison_integral::SimplifyComparisonIntegral (line 23) ... ignored
- test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 1.02ms
- finished in 2.806 seconds
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER="" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-std" CC_aarch64_apple_darwin="" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE_CHANNEL="dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "backtrace panic-unwind" "--manifest-path" "/Users/timch/rust/library/sysroot/Cargo.toml" "--no-fail-fast" "-p" "alloc" "-p" "alloctests" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot to avoid caching bugs
- Removing sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib to avoid caching bugs
- using sysroot /Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot
- running: "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--target" "aarch64-apple-darwin" "--print=deployment-target" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/compile.rs:521:23, executed at src/bootstrap/src/core/build_steps/compile.rs:524:26)
- Testing {alloc} (stage0 -> stage1, aarch64-apple-darwin)
- running: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-std" CC_aarch64_apple_darwin="cc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE_CHANNEL="dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="c++" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" MACOSX_DEPLOYMENT_TARGET="11.0" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "backtrace panic-unwind" "--manifest-path" "/Users/timch/rust/library/sysroot/Cargo.toml" "--no-fail-fast" "-p" "alloc" "-p" "alloctests" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- 0.023268500s INFO prepare_target{force=false package_id=alloc v0.0.0 (/Users/timch/rust/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: fingerprint error for alloc v0.0.0 (/Users/timch/rust/library/alloc)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("alloc", ["lib"], "/Users/timch/rust/library/alloc/src/lib.rs", Edition2024) }
- 0.023295333s INFO prepare_target{force=false package_id=alloc v0.0.0 (/Users/timch/rust/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: err: failed to read `/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/.fingerprint/alloc-731fc57495b5ebe9/lib-alloc`
- Caused by:
- No such file or directory (os error 2)
- Stack backtrace:
- 0: std::backtrace::Backtrace::create
- 1: cargo_util::paths::read_bytes
- 2: cargo_util::paths::read
- 3: cargo::core::compiler::fingerprint::_compare_old_fingerprint
- 4: cargo::core::compiler::fingerprint::prepare_target
- 5: cargo::core::compiler::compile
- 6: cargo::core::compiler::compile
- 7: <cargo::core::compiler::build_runner::BuildRunner>::compile
- 8: cargo::ops::cargo_compile::compile_ws
- 9: cargo::ops::cargo_compile::compile_with_exec
- 10: cargo::ops::cargo_compile::compile
- 11: cargo::ops::cargo_test::compile_tests
- 12: cargo::ops::cargo_test::run_tests
- 13: cargo::commands::test::exec
- 14: <cargo::cli::Exec>::exec
- 15: cargo::main
- 16: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
- 17: std::rt::lang_start::<()>::{closure#0}
- 18: std::rt::lang_start_internal
- 19: _main
- 0.026333333s INFO prepare_target{force=false package_id=compiler_builtins v0.1.160 (/Users/timch/rust/library/compiler-builtins/compiler-builtins) target="compiler_builtins"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.160 (/Users/timch/rust/library/compiler-builtins/compiler-builtins)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doctest: false, ..: lib_target("compiler_builtins", ["lib"], "/Users/timch/rust/library/compiler-builtins/compiler-builtins/src/lib.rs", Edition2024) }
- 0.026342208s INFO prepare_target{force=false package_id=compiler_builtins v0.1.160 (/Users/timch/rust/library/compiler-builtins/compiler-builtins) target="compiler_builtins"}: cargo::core::compiler::fingerprint: err: failed to read `/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/.fingerprint/compiler_builtins-11aa89441c9041d5/lib-compiler_builtins`
- Caused by:
- No such file or directory (os error 2)
- Stack backtrace:
- 0: std::backtrace::Backtrace::create
- 1: cargo_util::paths::read_bytes
- 2: cargo_util::paths::read
- 3: cargo::core::compiler::fingerprint::_compare_old_fingerprint
- 4: cargo::core::compiler::fingerprint::prepare_target
- 5: cargo::core::compiler::compile
- 6: cargo::core::compiler::compile
- 7: cargo::core::compiler::compile
- 8: <cargo::core::compiler::build_runner::BuildRunner>::compile
- 9: cargo::ops::cargo_compile::compile_ws
- 10: cargo::ops::cargo_compile::compile_with_exec
- 11: cargo::ops::cargo_compile::compile
- 12: cargo::ops::cargo_test::compile_tests
- 13: cargo::ops::cargo_test::run_tests
- 14: cargo::commands::test::exec
- 15: <cargo::cli::Exec>::exec
- 16: cargo::main
- 17: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
- 18: std::rt::lang_start::<()>::{closure#0}
- 19: std::rt::lang_start_internal
- 20: _main
- 0.026812250s INFO prepare_target{force=false package_id=core v0.0.0 (/Users/timch/rust/library/core) target="core"}: cargo::core::compiler::fingerprint: fingerprint error for core v0.0.0 (/Users/timch/rust/library/core)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("core", ["lib"], "/Users/timch/rust/library/core/src/lib.rs", Edition2024) }
- 0.026819375s INFO prepare_target{force=false package_id=core v0.0.0 (/Users/timch/rust/library/core) target="core"}: cargo::core::compiler::fingerprint: err: failed to read `/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/.fingerprint/core-4c5baec6206228f1/lib-core`
- Caused by:
- No such file or directory (os error 2)
- Stack backtrace:
- 0: std::backtrace::Backtrace::create
- 1: cargo_util::paths::read_bytes
- 2: cargo_util::paths::read
- 3: cargo::core::compiler::fingerprint::_compare_old_fingerprint
- 4: cargo::core::compiler::fingerprint::prepare_target
- 5: cargo::core::compiler::compile
- 6: cargo::core::compiler::compile
- 7: cargo::core::compiler::compile
- 8: cargo::core::compiler::compile
- 9: <cargo::core::compiler::build_runner::BuildRunner>::compile
- 10: cargo::ops::cargo_compile::compile_ws
- 11: cargo::ops::cargo_compile::compile_with_exec
- 12: cargo::ops::cargo_compile::compile
- 13: cargo::ops::cargo_test::compile_tests
- 14: cargo::ops::cargo_test::run_tests
- 15: cargo::commands::test::exec
- 16: <cargo::cli::Exec>::exec
- 17: cargo::main
- 18: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
- 19: std::rt::lang_start::<()>::{closure#0}
- 20: std::rt::lang_start_internal
- 21: _main
- Fresh rand_core v0.9.3
- Fresh rand_xorshift v0.4.0
- Fresh rand v0.9.1
- Compiling core v0.0.0 (/Users/timch/rust/library/core)
- Fresh alloctests v0.0.0 (/Users/timch/rust/library/alloctests)
- Running `/Users/timch/rust/build/bootstrap/debug/rustc /Users/timch/rust/build/bootstrap/debug/rustc --crate-name core --edition=2024 library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_has_reliable_f16)' --check-cfg 'cfg(target_has_reliable_f16_math)' --check-cfg 'cfg(target_has_reliable_f128)' --check-cfg 'cfg(target_has_reliable_f128_math)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug_refcell", "debug_typeid", "optimize_for_size", "panic_immediate_abort"))' -C metadata=5b30e2d5fb79b2ec -C extra-filename=-4c5baec6206228f1 --out-dir /Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps --target aarch64-apple-darwin -C incremental=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/incremental -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/release/deps --cfg=bootstrap -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name '-Clink-args=-Wl,-rpath,@loader_path/../lib' -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")' -Z binary-dep-depinfo`
- error[E0522]: definition of an unknown lang item: `panic_invalid_enum_construction`
- --> library/core/src/panicking.rs:320:1
- |
- 320 | #[lang = "panic_invalid_enum_construction"] // needed by codegen for panic on invalid enum construction.
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown lang item `panic_invalid_enum_construction`
- error[E0093]: unrecognized intrinsic function: `simd_funnel_shl`
- --> library/core/src/intrinsics/simd.rs:144:15
- |
- 144 | pub unsafe fn simd_funnel_shl<T>(a: T, b: T, shift: T) -> T;
- | ^^^^^^^^^^^^^^^ unrecognized intrinsic
- |
- = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
- error[E0093]: unrecognized intrinsic function: `simd_funnel_shr`
- --> library/core/src/intrinsics/simd.rs:161:15
- |
- 161 | pub unsafe fn simd_funnel_shr<T>(a: T, b: T, shift: T) -> T;
- | ^^^^^^^^^^^^^^^ unrecognized intrinsic
- |
- = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
- error[E0093]: unrecognized intrinsic function: `simd_round_ties_even`
- --> library/core/src/intrinsics/simd.rs:721:15
- |
- 721 | pub unsafe fn simd_round_ties_even<T>(x: T) -> T;
- | ^^^^^^^^^^^^^^^^^^^^ unrecognized intrinsic
- |
- = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
- Some errors have detailed explanations: E0093, E0522.
- For more information about an error, try `rustc --explain E0093`.
- Did not run successfully: exit status: 1
- DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" "--crate-name" "core" "--edition=2024" "library/core/src/lib.rs" "--error-format=json" "--json=diagnostic-rendered-ansi,artifacts,future-incompat" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=3" "-C" "embed-bitcode=no" "--warn=unexpected_cfgs" "--check-cfg" "cfg(no_fp_fmt_parse)" "--check-cfg" "cfg(feature, values(any()))" "--check-cfg" "cfg(target_has_reliable_f16)" "--check-cfg" "cfg(target_has_reliable_f16_math)" "--check-cfg" "cfg(target_has_reliable_f128)" "--check-cfg" "cfg(target_has_reliable_f128_math)" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"debug_refcell\", \"debug_typeid\", \"optimize_for_size\", \"panic_immediate_abort\"))" "-C" "metadata=5b30e2d5fb79b2ec" "-C" "extra-filename=-4c5baec6206228f1" "--out-dir" "/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps" "--target" "aarch64-apple-darwin" "-C" "incremental=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/incremental" "-L" "dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps" "-L" "dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/release/deps" "--cfg=bootstrap" "-Csymbol-mangling-version=legacy" "--check-cfg=cfg(feature,values(any()))" "-Zunstable-options" "-Zmacro-backtrace" "-Csplit-debuginfo=unpacked" "-Cprefer-dynamic" "-Cllvm-args=-import-instr-limit=10" "-Zinline-mir" "-Zinline-mir-preserve-debug" "-Zmir_strip_debuginfo=locals-in-tiny-functions" "-Zosx-rpath-install-name" "-Clink-args=-Wl,-rpath,@loader_path/../lib" "-Alinker-messages" "-Clto=off" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")" "-Z" "binary-dep-depinfo" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" "-Z" "force-unstable-if-unmarked"
- -------------
- error: could not compile `core` (lib) due to 4 previous errors
- Caused by:
- process didn't exit successfully: `/Users/timch/rust/build/bootstrap/debug/rustc /Users/timch/rust/build/bootstrap/debug/rustc --crate-name core --edition=2024 library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_has_reliable_f16)' --check-cfg 'cfg(target_has_reliable_f16_math)' --check-cfg 'cfg(target_has_reliable_f128)' --check-cfg 'cfg(target_has_reliable_f128_math)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug_refcell", "debug_typeid", "optimize_for_size", "panic_immediate_abort"))' -C metadata=5b30e2d5fb79b2ec -C extra-filename=-4c5baec6206228f1 --out-dir /Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps --target aarch64-apple-darwin -C incremental=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/incremental -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/aarch64-apple-darwin/release/deps -L dependency=/Users/timch/rust/build/aarch64-apple-darwin/stage0-std/release/deps --cfg=bootstrap -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name '-Clink-args=-Wl,-rpath,@loader_path/../lib' -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")' -Z binary-dep-depinfo` (exit status: 1)
- command did not execute successfully: cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-std" CC_aarch64_apple_darwin="cc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE_CHANNEL="dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="c++" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" MACOSX_DEPLOYMENT_TARGET="11.0" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "backtrace panic-unwind" "--manifest-path" "/Users/timch/rust/library/sysroot/Cargo.toml" "--no-fail-fast" "-p" "alloc" "-p" "alloctests" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- expected success, got: exit status: 101
- finished in 4.090 seconds
- 1 command(s) did not execute successfully:
- - cd "/Users/timch/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="1" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0-std" CC_aarch64_apple_darwin="cc" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE_CHANNEL="dev" CFLAGS_aarch64_apple_darwin="" CXXFLAGS_aarch64_apple_darwin="-stdlib=libc++" CXX_aarch64_apple_darwin="c++" DYLD_LIBRARY_PATH="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib:/Users/timch/rust/build/aarch64-apple-darwin/ci-llvm/lib:/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" LIBC_CHECK_CFG="1" MACOSX_DEPLOYMENT_TARGET="11.0" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/timch/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/Users/timch/rust/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="/Users/timch/rust/build/aarch64-apple-darwin/stage0-sysroot" RUSTC_VERBOSE="1" RUSTC_WRAPPER="/Users/timch/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/timch/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0-dev -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_LIBDIR="/Users/timch/rust/build/aarch64-apple-darwin/stage0/lib" RUSTDOC_REAL="/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/rustdoc" RUSTFLAGS="--cfg=bootstrap -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=unpacked -Cprefer-dynamic -Cllvm-args=-import-instr-limit=10 -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Alinker-messages -Clto=off -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")" RUST_TEST_THREADS="10" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd1.90.0" "/Users/timch/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "test" "--target" "aarch64-apple-darwin" "-Zbinary-dep-depinfo" "-j" "10" "-Zroot-dir=/Users/timch/rust" "-v" "--release" "--features" "backtrace panic-unwind" "--manifest-path" "/Users/timch/rust/library/sysroot/Cargo.toml" "--no-fail-fast" "-p" "alloc" "-p" "alloctests" "--" "-Z" "unstable-options" "--format" "json" (failure_mode=Exit)
- Traceback (most recent call last):
- File "/Users/timch/rust/x.py", line 53, in <module>
- bootstrap.main()
- ~~~~~~~~~~~~~~^^
- File "/Users/timch/rust/src/bootstrap/bootstrap.py", line 1372, in main
- bootstrap(args)
- ~~~~~~~~~^^^^^^
- File "/Users/timch/rust/src/bootstrap/bootstrap.py", line 1347, in bootstrap
- run(args, env=env, verbose=build.verbose, is_bootstrap=True)
- ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/timch/rust/src/bootstrap/bootstrap.py", line 236, in run
- raise RuntimeError(err)
- RuntimeError: failed to run: /Users/timch/rust/build/bootstrap/debug/bootstrap suggest --run -v
Add Comment
Please, Sign In to add comment