Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 590186 Details for
Bug 694536
dev-util/cbindgen-0.9.1 FEATURES=network-sandbox - cargo: warning: spurious network error (2 tries remaining): failed to resolve address for github.com: Temporary failure in name resolution; class=Net (12)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working build.log
build.log (text/plain), 8.63 KB, created by
Thomas Deutschmann (RETIRED)
on 2019-09-17 21:22:43 UTC
(
hide
)
Description:
Working build.log
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2019-09-17 21:22:43 UTC
Size:
8.63 KB
patch
obsolete
> * Package: dev-util/cbindgen-0.9.1 > * Repository: gentoo > * Maintainer: mozilla@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > * Package: dev-util/cbindgen-0.9.1 > * Repository: gentoo > * Maintainer: mozilla@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... > * Loading ansi_term-0.11.0.crate into Cargo registry ... > [ ok ] > * Loading atty-0.2.11.crate into Cargo registry ... > [ ok ] > * Loading autocfg-0.1.4.crate into Cargo registry ... > [ ok ] > * Loading bitflags-1.1.0.crate into Cargo registry ... > [ ok ] > * Loading cbindgen-0.9.1.crate into Cargo registry ... > [ ok ] > * Loading cfg-if-0.1.9.crate into Cargo registry ... > [ ok ] > * Loading clap-2.33.0.crate into Cargo registry ... > [ ok ] > * Loading cloudabi-0.0.3.crate into Cargo registry ... > [ ok ] > * Loading fuchsia-cprng-0.1.1.crate into Cargo registry ... > [ ok ] > * Loading itoa-0.4.4.crate into Cargo registry ... > [ ok ] > * Loading libc-0.2.58.crate into Cargo registry ... > [ ok ] > * Loading log-0.4.6.crate into Cargo registry ... > [ ok ] > * Loading numtoa-0.1.0.crate into Cargo registry ... > [ ok ] > * Loading proc-macro2-1.0.0.crate into Cargo registry ... > [ ok ] > * Loading quote-1.0.0.crate into Cargo registry ... > [ ok ] > * Loading rand-0.6.5.crate into Cargo registry ... > [ ok ] > * Loading rand_chacha-0.1.1.crate into Cargo registry ... > [ ok ] > * Loading rand_core-0.3.1.crate into Cargo registry ... > [ ok ] > * Loading rand_core-0.4.0.crate into Cargo registry ... > [ ok ] > * Loading rand_hc-0.1.0.crate into Cargo registry ... > [ ok ] > * Loading rand_isaac-0.1.1.crate into Cargo registry ... > [ ok ] > * Loading rand_jitter-0.1.4.crate into Cargo registry ... > [ ok ] > * Loading rand_os-0.1.3.crate into Cargo registry ... > [ ok ] > * Loading rand_pcg-0.1.2.crate into Cargo registry ... > [ ok ] > * Loading rand_xorshift-0.1.1.crate into Cargo registry ... > [ ok ] > * Loading rdrand-0.4.0.crate into Cargo registry ... > [ ok ] > * Loading redox_syscall-0.1.54.crate into Cargo registry ... > [ ok ] > * Loading redox_termios-0.1.1.crate into Cargo registry ... > [ ok ] > * Loading remove_dir_all-0.5.2.crate into Cargo registry ... > [ ok ] > * Loading ryu-0.2.8.crate into Cargo registry ... > [ ok ] > * Loading serde-1.0.93.crate into Cargo registry ... > [ ok ] > * Loading serde_derive-1.0.99.crate into Cargo registry ... > [ ok ] > * Loading serde_json-1.0.39.crate into Cargo registry ... > [ ok ] > * Loading strsim-0.8.0.crate into Cargo registry ... > [ ok ] > * Loading syn-1.0.1.crate into Cargo registry ... > [ ok ] > * Loading tempfile-3.0.8.crate into Cargo registry ... > [ ok ] > * Loading termion-1.5.3.crate into Cargo registry ... > [ ok ] > * Loading textwrap-0.11.0.crate into Cargo registry ... > [ ok ] > * Loading toml-0.5.1.crate into Cargo registry ... > [ ok ] > * Loading unicode-width-0.1.5.crate into Cargo registry ... > [ ok ] > * Loading unicode-xid-0.2.0.crate into Cargo registry ... > [ ok ] > * Loading vec_map-0.8.1.crate into Cargo registry ... > [ ok ] > * Loading winapi-0.3.7.crate into Cargo registry ... > [ ok ] > * Loading winapi-i686-pc-windows-gnu-0.4.0.crate into Cargo registry ... > [ ok ] > * Loading winapi-x86_64-pc-windows-gnu-0.4.0.crate into Cargo registry ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/dev-util/cbindgen-0.9.1/work >>>> Preparing source in /var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1 ... > Compiling proc-macro2 v1.0.0 > Compiling unicode-xid v0.2.0 > Compiling autocfg v0.1.4 > Compiling syn v1.0.1 > Compiling libc v0.2.58 > Compiling rand_core v0.4.0 > Compiling bitflags v1.1.0 > Compiling ryu v0.2.8 > Compiling serde v1.0.93 > Compiling unicode-width v0.1.5 > Compiling strsim v0.8.0 > Compiling itoa v0.4.4 > Compiling remove_dir_all v0.5.2 > Compiling cbindgen v0.9.1 (/var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1) > Compiling vec_map v0.8.1 > Compiling cfg-if v0.1.9 > Compiling ansi_term v0.11.0 > Compiling log v0.4.6 > Compiling textwrap v0.11.0 > Compiling rand_core v0.3.1 > Compiling rand_jitter v0.1.4 > Compiling rand_xorshift v0.1.1 > Compiling rand_hc v0.1.0 > Compiling rand_isaac v0.1.1 > Compiling rand_chacha v0.1.1 > Compiling rand_pcg v0.1.2 > Compiling rand v0.6.5 > Compiling rand_os v0.1.3 > Compiling atty v0.2.11 > Compiling clap v2.33.0 > Compiling quote v1.0.0 > Compiling tempfile v3.0.8 > Compiling serde_derive v1.0.99 > Compiling serde_json v1.0.39 > Compiling toml v0.5.1 > Finished release [optimized] target(s) in 56.65s >>>> Source compiled. >>>> Test phase: dev-util/cbindgen-0.9.1 > Compiling cbindgen v0.9.1 (/var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1) > Finished release [optimized] target(s) in 2.72s > Running target/release/deps/cbindgen-bfc07940c6b4e012 > >running 1 test >test bindgen::mangle::generics ... ok > >test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out > > Running target/release/deps/cbindgen-8a777d3b475a54e1 > >running 1 test >test bindgen::mangle::generics ... ok > >test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out > > Running target/release/deps/tests-31dc0977118e21b3 > >running 63 tests >test test_custom_header ... ok >test test_include_guard ... ok >test test_cfg_field ... ok >test test_display_list ... ok >test test_extern ... ok >test test_bitflags ... ok >test test_extern_2 ... ok >test test_cdecl ... ok >test test_cfg_2 ... ok >test test_docstyle_c99 ... ok >test test_assoc_const_conflict ... ok >test test_asserted_cast ... ok >test test_assoc_constant ... ok >test test_const_conflict ... ok >test test_body ... ok >test test_constant ... ok >test test_cfg ... ok >test test_include_item ... ok >test test_docstyle_auto ... ok >test test_const_transparent ... ok >test test_docstyle_doxy ... ok >test test_enum ... ok >test test_array ... ok >test test_euclid ... ok >test test_destructor_and_copy_ctor ... ok >test test_global_attr ... ok >test test_fns ... ok >test test_associated_in_body ... ok >test test_documentation ... ok >test test_annotation ... ok >test test_alias ... ok >test test_include ... ok >test test_no_includes ... ok >test test_inner_mod ... ok >test test_lifetime_arg ... ok >test test_item_types_renamed ... ok >test test_namespace_constant ... ok >test test_item_types ... ok >test test_monomorph_3 ... ok >test test_monomorph_1 ... ok >test test_nonnull ... ok >test test_namespaces_constant ... ok >test test_struct ... ok >test test_nested_import ... ok >test test_must_use ... ok >test test_reserved ... ok >test test_static ... ok >test test_monomorph_2 ... ok >test test_rename ... ok >test test_prefix ... ok >test test_prefixed_struct_literal ... ok >test test_transform_op ... ok >test test_va_list ... ok >test test_style_crash ... ok >test test_typedef ... ok >test test_std_lib ... ok >test test_struct_literal ... ok >test test_simplify_option_ptr ... ok >test test_union ... ok >test test_renaming_overrides_prefixing ... ok >test test_transparent ... ok >test test_prefixed_struct_literal_deep ... ok >test test_include_specific ... ok > >test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out > > Doc-tests cbindgen > >running 0 tests > >test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out > >>>> Completed testing dev-util/cbindgen-0.9.1 > >>>> Install dev-util/cbindgen-0.9.1 into /var/tmp/portage/dev-util/cbindgen-0.9.1/image >warning: Using `cargo install` to install the binaries for the package in current working directory is deprecated, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package. > Installing cbindgen v0.9.1 (/var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1) > Finished release [optimized] target(s) in 0.02s > Installing /var/tmp/portage/dev-util/cbindgen-0.9.1/image/usr/bin/cbindgen > Installed package `cbindgen v0.9.1 (/var/tmp/portage/dev-util/cbindgen-0.9.1/work/cbindgen-0.9.1)` (executable `cbindgen`) >warning: be sure to add `/var/tmp/portage/dev-util/cbindgen-0.9.1/image/usr/bin` to your PATH to be able to run the installed binaries >>>> Completed installing dev-util/cbindgen-0.9.1 into /var/tmp/portage/dev-util/cbindgen-0.9.1/image > > * Final size of build directory: 259416 KiB (253.3 MiB) > * Final size of installed tree: 8428 KiB ( 8.2 MiB) > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/cbindgen
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 694536
: 590186