Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979916 Details for
Bug 2226528
rust-gitui: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 20:31:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 20:31:09 UTC
Size:
32.00 KB
patch
obsolete
>p >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ACT0tH >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64 >++ dirname /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64 >+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CFLAGS >+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CXXFLAGS >+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FFLAGS >+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FCFLAGS >+ VALAFLAGS=-g >+ export VALAFLAGS >+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' >+ export RUSTFLAGS >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ export LDFLAGS >+ LT_SYS_LIBRARY_PATH=/usr/lib64: >+ export LT_SYS_LIBRARY_PATH >+ CC=gcc >+ export CC >+ CXX=g++ >+ export CXX >+ cd gitui-0.20.1 >+ set -eu >++ /usr/bin/cargo2rpm --path Cargo.toml is-lib >+ '[' 0 -eq 1 ']' >++ /usr/bin/cargo2rpm --path Cargo.toml is-bin >+ '[' 1 -eq 1 ']' >+ /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo install -j8 -Z avoid-dev-deps --no-track --path . > Installing gitui v0.20.1 (/builddir/build/BUILD/gitui-0.20.1) > Fresh autocfg v1.1.0 > Fresh unicode-ident v1.0.11 > Fresh pkg-config v0.3.27 > Fresh libc v0.2.147 > Fresh version_check v0.9.4 > Fresh log v0.4.19 > Fresh jobserver v0.1.26 > Fresh proc-macro2 v1.0.66 > Fresh scopeguard v1.2.0 > Fresh memchr v2.5.0 > Fresh cc v1.0.79 > Fresh quote v1.0.31 > Fresh bitflags v1.3.2 > Fresh cfg-if v1.0.0 > Fresh syn v2.0.27 > Fresh unicode-width v0.1.10 > Fresh tinyvec_macros v0.1.1 > Fresh serde_derive v1.0.171 > Fresh once_cell v1.18.0 > Fresh crossbeam-utils v0.8.16 > Fresh tinyvec v1.6.0 > Fresh serde v1.0.171 > Fresh aho-corasick v1.0.2 > Fresh getrandom v0.2.10 > Fresh adler v1.0.2 > Fresh regex-syntax v0.7.4 > Fresh regex-automata v0.3.3 > Fresh ahash v0.7.6 > Fresh libz-sys v1.1.9 > Fresh openssl-sys v0.9.90 > Fresh memoffset v0.9.0 > Fresh unicode-normalization v0.1.22 > Fresh signal-hook-registry v1.4.1 > Fresh instant v0.1.12 > Fresh smallvec v1.11.0 > Fresh itoa v1.0.9 > Fresh unicode-bidi v0.3.13 > Fresh percent-encoding v2.3.0 > Fresh form_urlencoded v1.2.0 > Fresh idna v0.4.0 > Fresh parking_lot_core v0.8.6 > Fresh signal-hook v0.3.16 > Fresh crossbeam-epoch v0.9.15 > Fresh libssh2-sys v0.2.23 > Fresh proc-macro-hack v0.5.20 > Fresh syn v1.0.109 > Fresh lock_api v0.4.10 > Fresh regex v1.9.1 > Fresh hashbrown v0.12.3 > Fresh thiserror-impl v1.0.43 > Fresh mio v0.7.14 > Fresh dirs-sys v0.3.7 > Fresh bit-vec v0.6.3 > Fresh safemem v0.3.3 > Fresh time-core v0.1.1 > Fresh siphasher v0.3.10 > Fresh thiserror v1.0.43 > Fresh parking_lot v0.11.2 > Fresh bit-set v0.5.3 > Fresh line-wrap v0.1.1 > Fresh phf_shared v0.10.0 > Fresh time v0.3.23 > Fresh signal-hook-mio v0.2.3 > Fresh dirs v4.0.0 > Fresh indexmap v1.9.3 > Fresh crc32fast v1.3.2 > Fresh crossbeam-deque v0.8.3 > Fresh libgit2-sys v0.12.26 > Fresh git-version-macro v0.3.5 > Fresh url v2.4.0 > Fresh num-traits v0.2.16 > Fresh miniz_oxide v0.7.1 > Fresh crossbeam-channel v0.5.8 > Fresh quick-xml v0.28.2 > Fresh scopetime v0.1.2 > Fresh num_cpus v1.16.0 > Fresh time v0.1.45 > Fresh ryu v1.0.15 > Fresh same-file v1.0.6 > Fresh base64 v0.21.2 > Fresh gimli v0.27.3 > Fresh either v1.8.1 > Fresh openssl-probe v0.1.5 > Fresh linked-hash-map v0.5.6 > Fresh iana-time-zone v0.1.57 > Fresh rayon-core v1.11.0 > Fresh plist v1.4.3 > Fresh git2 v0.13.25 > Fresh addr2line v0.19.0 > Fresh chrono v0.4.26 > Fresh yaml-rust v0.4.5 > Fresh walkdir v2.3.3 > Fresh serde_json v1.0.103 > Fresh git-version v0.3.5 > Fresh flate2 v1.0.26 > Fresh unicode-linebreak v0.1.4 > Fresh shellexpand v2.1.2 > Fresh crossterm v0.22.1 > Fresh phf v0.10.1 > Fresh fancy-regex v0.7.1 > Fresh sys-info v0.9.1 > Fresh miniz_oxide v0.6.2 > Fresh bincode v1.3.3 > Fresh textwrap v0.11.0 > Fresh unicode-truncate v0.2.0 > Fresh thread_local v1.1.7 > Fresh object v0.30.3 > Fresh dirs-sys-next v0.1.2 > Fresh rustc-demangle v0.1.23 > Fresh unicode-segmentation v1.10.1 > Fresh regex-syntax v0.6.29 > Fresh fnv v1.0.7 > Fresh lazy_static v1.4.0 > Fresh easy-cast v0.4.4 > Fresh shell-escape v0.1.5 > Fresh lazycell v1.3.0 > Fresh base64 v0.13.1 > Fresh smawk v0.3.1 > Fresh cassowary v0.3.0 > Fresh bugreport v0.5.0 > Fresh backtrace v0.3.67 > Fresh dirs-next v2.0.0 > Fresh asyncgit v0.20.1 > Fresh tui v0.17.0 > Fresh textwrap v0.14.2 > Fresh syntect v4.6.0 > Fresh ron v0.7.1 > Fresh clap v2.34.0 > Fresh fuzzy-matcher v0.3.7 > Fresh gh-emoji v1.0.6 > Fresh anyhow v1.0.72 > Fresh simplelog v0.11.2 > Fresh which v4.4.0 > Fresh itertools v0.10.5 > Fresh filetreelist v0.4.0 > Fresh bytesize v1.2.0 > Fresh gitui v0.20.1 (/builddir/build/BUILD/gitui-0.20.1) >warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead > --> src/components/utils/logitems.rs:27:20 > | >27 | NaiveDateTime::from_timestamp(c.time, 0), > | ^^^^^^^^^^^^^^ > | > = note: `#[warn(deprecated)]` on by default >warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead > --> src/components/utils/logitems.rs:59:23 > | >59 | } else if self.time.date() == now.date() { > | ^^^^ >warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead > --> src/components/utils/logitems.rs:59:37 > | >59 | } else if self.time.date() == now.date() { > | ^^^^ >warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead > --> src/components/utils/mod.rs:29:18 > | >29 | NaiveDateTime::from_timestamp(secs, 0), > | ^^^^^^^^^^^^^^ >warning: `gitui` (bin "gitui") generated 4 warnings > Finished release [optimized] target(s) in 0.09s > Installing /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64/usr/bin/gitui > Installed package `gitui v0.20.1 (/builddir/build/BUILD/gitui-0.20.1)` (executable `gitui`) >warning: be sure to add `/builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64/usr/bin` to your PATH to be able to run the installed binaries >+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.20.1-7.fc39 --unique-debug-suffix -0.20.1-7.fc39.aarch64 --unique-debug-src-base rust-gitui-0.20.1-7.fc39.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gitui-0.20.1 >find-debuginfo: starting >Extracting debug info from 1 files >warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts >of file /builddir/build/BUILDROOT/rust-gitui-0.20.1-7.fc39.aarch64/usr/bin/gitui. >Use `info auto-load python-scripts [REGEXP]' to list them. >DWARF-compressing 1 files >sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. >Creating .debug symlinks for symlinks to ELF files >Copying sources found by 'debugedit -l' to /usr/src/debug/rust-gitui-0.20.1-7.fc39.aarch64 >2473 blocks >find-debuginfo: done >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/check-rpaths >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >+ /usr/lib/rpm/brp-remove-la-files >+ env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 >+ /usr/lib/rpm/redhat/brp-python-hardlink >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.evbPQU >+ umask 022 >+ cd /builddir/build/BUILD >+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CFLAGS >+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CXXFLAGS >+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FFLAGS >+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FCFLAGS >+ VALAFLAGS=-g >+ export VALAFLAGS >+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' >+ export RUSTFLAGS >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ export LDFLAGS >+ LT_SYS_LIBRARY_PATH=/usr/lib64: >+ export LT_SYS_LIBRARY_PATH >+ CC=gcc >+ export CC >+ CXX=g++ >+ export CXX >+ cd gitui-0.20.1 >+ /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo test -j8 -Z avoid-dev-deps --release --no-fail-fast > Fresh autocfg v1.1.0 > Fresh unicode-ident v1.0.11 > Fresh version_check v0.9.4 > Fresh libc v0.2.147 > Fresh pkg-config v0.3.27 > Fresh log v0.4.19 > Fresh jobserver v0.1.26 > Fresh proc-macro2 v1.0.66 > Fresh scopeguard v1.2.0 > Fresh cfg-if v1.0.0 > Fresh cc v1.0.79 > Fresh quote v1.0.31 > Fresh memchr v2.5.0 > Fresh bitflags v1.3.2 > Fresh syn v2.0.27 > Fresh tinyvec_macros v0.1.1 > Fresh once_cell v1.18.0 > Fresh serde_derive v1.0.171 > Fresh unicode-width v0.1.10 > Fresh tinyvec v1.6.0 > Fresh crossbeam-utils v0.8.16 > Fresh serde v1.0.171 > Fresh aho-corasick v1.0.2 > Fresh getrandom v0.2.10 > Fresh regex-syntax v0.7.4 > Fresh adler v1.0.2 > Fresh regex-automata v0.3.3 > Fresh ahash v0.7.6 > Fresh memoffset v0.9.0 > Fresh unicode-normalization v0.1.22 > Fresh libz-sys v1.1.9 > Fresh openssl-sys v0.9.90 > Fresh signal-hook-registry v1.4.1 > Fresh instant v0.1.12 > Fresh percent-encoding v2.3.0 > Fresh unicode-bidi v0.3.13 > Fresh itoa v1.0.9 > Fresh smallvec v1.11.0 > Fresh parking_lot_core v0.8.6 > Fresh idna v0.4.0 > Fresh form_urlencoded v1.2.0 > Fresh signal-hook v0.3.16 > Fresh libssh2-sys v0.2.23 > Fresh crossbeam-epoch v0.9.15 > Fresh hashbrown v0.12.3 > Fresh syn v1.0.109 > Fresh proc-macro-hack v0.5.20 > Fresh lock_api v0.4.10 > Fresh regex v1.9.1 > Fresh thiserror-impl v1.0.43 > Fresh dirs-sys v0.3.7 > Fresh mio v0.7.14 > Fresh siphasher v0.3.10 > Fresh safemem v0.3.3 > Fresh time-core v0.1.1 > Fresh bit-vec v0.6.3 > Fresh git-version-macro v0.3.5 > Fresh parking_lot v0.11.2 > Fresh signal-hook-mio v0.2.3 > Fresh thiserror v1.0.43 > Fresh bit-set v0.5.3 > Fresh time v0.3.23 > Fresh dirs v4.0.0 > Fresh line-wrap v0.1.1 > Fresh phf_shared v0.10.0 > Fresh indexmap v1.9.3 > Fresh libgit2-sys v0.12.26 > Fresh crossbeam-deque v0.8.3 > Fresh crc32fast v1.3.2 > Fresh url v2.4.0 > Fresh num-traits v0.2.16 > Fresh miniz_oxide v0.7.1 > Fresh crossbeam-channel v0.5.8 > Fresh quick-xml v0.28.2 > Fresh num_cpus v1.16.0 > Fresh time v0.1.45 > Fresh scopetime v0.1.2 > Fresh gimli v0.27.3 > Fresh ryu v1.0.15 > Fresh iana-time-zone v0.1.57 > Fresh base64 v0.21.2 > Fresh same-file v1.0.6 > Fresh either v1.8.1 > Fresh openssl-probe v0.1.5 > Fresh linked-hash-map v0.5.6 > Fresh git2 v0.13.25 > Fresh plist v1.4.3 > Fresh chrono v0.4.26 > Fresh yaml-rust v0.4.5 > Fresh walkdir v2.3.3 > Fresh rayon-core v1.11.0 > Fresh addr2line v0.19.0 > Fresh serde_json v1.0.103 > Fresh unicode-linebreak v0.1.4 > Fresh flate2 v1.0.26 > Fresh shellexpand v2.1.2 > Fresh fancy-regex v0.7.1 > Fresh phf v0.10.1 > Fresh git-version v0.3.5 > Fresh crossterm v0.22.1 > Fresh sys-info v0.9.1 > Fresh miniz_oxide v0.6.2 > Fresh bincode v1.3.3 > Fresh textwrap v0.11.0 > Fresh unicode-truncate v0.2.0 > Fresh thread_local v1.1.7 > Fresh object v0.30.3 > Fresh dirs-sys-next v0.1.2 > Fresh rustc-demangle v0.1.23 > Fresh shell-escape v0.1.5 > Fresh regex-syntax v0.6.29 > Fresh cassowary v0.3.0 > Fresh lazycell v1.3.0 > Fresh easy-cast v0.4.4 > Compiling diff v0.1.13 > Fresh fnv v1.0.7 > Fresh smawk v0.3.1 > Fresh base64 v0.13.1 > Fresh unicode-segmentation v1.10.1 > Compiling yansi v0.5.1 > Fresh lazy_static v1.4.0 > Fresh dirs-next v2.0.0 > Running `/usr/bin/rustc --crate-name diff /usr/share/cargo/registry/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=ef047e2b5f74d644 -C extra-filename=-ef047e2b5f74d644 --out-dir /builddir/build/BUILD/gitui-0.20.1/target/release/deps -L dependency=/builddir/build/BUILD/gitui-0.20.1/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn` > Fresh syntect v4.6.0 > Fresh textwrap v0.14.2 > Fresh ron v0.7.1 > Fresh tui v0.17.0 > Fresh bugreport v0.5.0 > Fresh backtrace v0.3.67 > Running `/usr/bin/rustc --crate-name yansi /usr/share/cargo/registry/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=f4e720b4f9eebf42 -C extra-filename=-f4e720b4f9eebf42 --out-dir /builddir/build/BUILD/gitui-0.20.1/target/release/deps -L dependency=/builddir/build/BUILD/gitui-0.20.1/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn` > Fresh asyncgit v0.20.1 > Fresh clap v2.34.0 > Fresh fuzzy-matcher v0.3.7 > Fresh gh-emoji v1.0.6 > Fresh simplelog v0.11.2 > Fresh itertools v0.10.5 > Fresh which v4.4.0 > Fresh anyhow v1.0.72 > Fresh filetreelist v0.4.0 > Fresh bytesize v1.2.0 > Compiling pretty_assertions v1.4.0 > Running `/usr/bin/rustc --crate-name pretty_assertions --edition=2018 /usr/share/cargo/registry/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c48d5eb21ca394cb -C extra-filename=-c48d5eb21ca394cb --out-dir /builddir/build/BUILD/gitui-0.20.1/target/release/deps -L dependency=/builddir/build/BUILD/gitui-0.20.1/target/release/deps --extern diff=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libdiff-ef047e2b5f74d644.rmeta --extern yansi=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libyansi-f4e720b4f9eebf42.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn` > Compiling gitui v0.20.1 (/builddir/build/BUILD/gitui-0.20.1) > Running `/usr/bin/rustc --crate-name gitui --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=z -C lto -C codegen-units=1 --test --cfg 'feature="default"' --cfg 'feature="gh-emoji"' --cfg 'feature="ghemoji"' --cfg 'feature="trace-libgit"' -C metadata=110459fb8252ee56 -C extra-filename=-110459fb8252ee56 --out-dir /builddir/build/BUILD/gitui-0.20.1/target/release/deps -L dependency=/builddir/build/BUILD/gitui-0.20.1/target/release/deps --extern anyhow=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libanyhow-860f8b922ecf33dd.rlib --extern asyncgit=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libasyncgit-21ef3f142b77a194.rlib --extern backtrace=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libbacktrace-f034a45511f798a5.rlib --extern bitflags=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libbitflags-811de6e3056996ce.rlib --extern bugreport=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libbugreport-7b0f8a5698cb4e25.rlib --extern bytesize=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libbytesize-434fb8e0976ea185.rlib --extern chrono=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libchrono-b4b9d8d894d1e120.rlib --extern clap=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libclap-305e39ff5a7b9bc4.rlib --extern crossbeam_channel=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libcrossbeam_channel-dcc1d43542859232.rlib --extern crossterm=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libcrossterm-1dc89b5431871e3b.rlib --extern dirs_next=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libdirs_next-c1c7ecdd997ed529.rlib --extern easy_cast=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libeasy_cast-218b34b3016efba5.rlib --extern filetreelist=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libfiletreelist-2eebd342fca8e700.rlib --extern fuzzy_matcher=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libfuzzy_matcher-7fa0fec75a8afc74.rlib --extern gh_emoji=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libgh_emoji-6c4864b21e2b64bb.rlib --extern itertools=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libitertools-bc6f9a2fcd9c9649.rlib --extern lazy_static=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/liblazy_static-3d1f10f556bf6179.rlib --extern log=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/liblog-70b9df8f7c779abb.rlib --extern pretty_assertions=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libpretty_assertions-c48d5eb21ca394cb.rlib --extern rayon_core=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/librayon_core-cb99b34d25395755.rlib --extern ron=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libron-a15f9a77765293de.rlib --extern scopeguard=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libscopeguard-d551dc706d582d1e.rlib --extern scopetime=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libscopetime-0a677f22dbc4044a.rlib --extern serde=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libserde-cb191eff1d72855e.rlib --extern simplelog=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libsimplelog-e4f1cf980f37de2f.rlib --extern syntect=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libsyntect-189a2cda5bb7787e.rlib --extern textwrap=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libtextwrap-131bd407ac555243.rlib --extern tui=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libtui-022c841a54678de7.rlib --extern unicode_segmentation=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libunicode_segmentation-ef2823b34c00704c.rlib --extern unicode_truncate=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libunicode_truncate-7e8d242d183c4922.rlib --extern unicode_width=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libunicode_width-ee6dda00b880769d.rlib --extern which=/builddir/build/BUILD/gitui-0.20.1/target/release/deps/libwhich-a9aa0240c70d2f29.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn -L native=/builddir/build/BUILD/gitui-0.20.1/target/release/build/libgit2-sys-d8c083d4917fcc30/out/build -L native=/builddir/build/BUILD/gitui-0.20.1/target/release/build/sys-info-3b3f730ace03c8d8/out` >warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead > --> src/components/utils/logitems.rs:27:20 > | >27 | NaiveDateTime::from_timestamp(c.time, 0), > | ^^^^^^^^^^^^^^ > | > = note: `#[warn(deprecated)]` on by default >warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead > --> src/components/utils/logitems.rs:59:23 > | >59 | } else if self.time.date() == now.date() { > | ^^^^ >warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead > --> src/components/utils/logitems.rs:59:37 > | >59 | } else if self.time.date() == now.date() { > | ^^^^ >warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead > --> src/components/utils/mod.rs:29:18 > | >29 | NaiveDateTime::from_timestamp(secs, 0), > | ^^^^^^^^^^^^^^ >warning: `gitui` (bin "gitui" test) generated 4 warnings > Finished release [optimized] target(s) in 1m 13s > Running `/builddir/build/BUILD/gitui-0.20.1/target/release/deps/gitui-110459fb8252ee56` >running 55 tests >test components::commit_details::details::test_line_count::test_smoke ... ok >test components::commitlist::tests::test_string_width_align ... ok >test components::commitlist::tests::test_string_width_align_unicode ... ok >test components::commit_details::details::tests::test_textwrap ... ok >test components::textinput::tests::test_invisible_newline ... ok >test components::textinput::tests::test_cursor_second_position ... ok >test components::textinput::tests::test_smoke ... ok >test components::textinput::tests::text_cursor_initial_position ... ok >test components::utils::filetree::tests::test_find_parent ... ok >test components::utils::filetree::tests::test_folder ... ok >test components::utils::filetree::tests::test_indent ... ok >test components::utils::filetree::tests::test_folder_dup ... ok >test components::utils::filetree::tests::test_simple ... ok >test components::utils::filetree::tests::test_multiple_items_at_path ... ok >test components::utils::filetree::tests::test_indent_folder_file_name ... ok >test components::textinput::tests::test_visualize_newline ... FAILED >test components::utils::scroll_vertical::tests::test_scroll_no_scroll_to_top ... ok >test components::utils::scroll_vertical::tests::test_scroll_zero_height ... ok >test components::utils::statustree::tests::test_collapse_too_much ... ok >test components::utils::statustree::tests::test_expand ... ok >test components::utils::statustree::tests::test_expand_bug ... ok >test components::utils::statustree::tests::test_expand_with_collapsed_sub_parts ... ok >test components::utils::statustree::tests::test_folders_fold_up_down_with_selection_left_right ... ok >test components::utils::statustree::tests::test_folders_fold_up_if_alone_in_directory_2 ... ok >test components::utils::statustree::tests::test_folders_fold_up_if_alone_in_directory ... ok >test components::utils::statustree::tests::test_keep_collapsed_states ... ok >test components::utils::logitems::tests::test_emojifi_string_conversion_cases ... ok >test components::utils::logitems::tests::test_emojifi_string_no_conversion_cases ... ok >test components::utils::statustree::tests::test_keep_selected_index ... ok >test components::utils::statustree::tests::test_keep_selected_index_if_not_collapsed ... ok >test components::utils::statustree::tests::test_keep_selected_item ... ok >test components::utils::statustree::tests::test_selection ... ok >test keys::key_config::tests::test_get_hint ... ok >test components::utils::statustree::tests::test_selection_skips_collapsed ... ok >test string_utils::test::test_trim ... ok >test ui::reflow::test::line_composer_char_plus_lots_of_spaces ... ok >test keys::key_list_file::tests::test_load_vim_style_example ... ok >test ui::reflow::test::line_composer_double_width_chars ... ok >test ui::reflow::test::line_composer_long_word ... ok >test ui::reflow::test::line_composer_long_sentence ... ok >test ui::reflow::test::line_composer_leading_whitespace_removal ... ok >test ui::reflow::test::line_composer_max_line_width_of_1_double_width_characters ... ok >test ui::reflow::test::line_composer_lots_of_spaces ... ok >test ui::reflow::test::line_composer_max_line_width_of_1 ... ok >test ui::reflow::test::line_composer_short_lines ... ok >test ui::reflow::test::line_composer_word_wrapper_mixed_length ... ok >test ui::reflow::test::line_composer_word_wrapper_nbsp ... ok >test ui::reflow::test::line_composer_word_wrapper_double_width_chars_mixed_with_spaces ... ok >test ui::reflow::test::line_composer_word_wrapper_preserve_indentation_lots_of_whitespace ... ok >test ui::reflow::test::line_composer_one_line ... ok >test ui::reflow::test::line_composer_word_wrapper_preserve_indentation ... ok >test ui::reflow::test::line_composer_word_wrapper_preserve_indentation_with_wrap ... ok >test ui::reflow::test::line_composer_zero_width ... ok >test components::status_tree::tests::test_correct_foldup_and_not_visible_scroll_position ... ok >test components::status_tree::tests::test_correct_scroll_position ... ok >failures: >---- components::textinput::tests::test_visualize_newline stdout ---- >thread 'components::textinput::tests::test_visualize_newline' panicked at 'assertion failed: `(left == right)` > left: `Some("\r")`, > right: `Some("")`', src/components/textinput.rs:528:9 >note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace >failures: > components::textinput::tests::test_visualize_newline >test result: FAILED. 54 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s >error: test failed, to rerun pass `--bin gitui` >error: 1 target failed: > `--bin gitui` >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.evbPQU (%check) > Bad exit status from /var/tmp/rpm-tmp.evbPQU (%check) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 0ee5127fb51a4be6ad84709cece0369d -D /var/lib/mock/f39-build-44387146-5277832/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.rj5t6i89:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target aarch64 --nodeps /builddir/build/SPECS/rust-gitui.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 0ee5127fb51a4be6ad84709cece0369d -D /var/lib/mock/f39-build-44387146-5277832/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.rj5t6i89:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target aarch64 --nodeps /builddir/build/SPECS/rust-gitui.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226528
: 1979916 |
1979917
|
1979918