Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/rust-idna.spec'], chrootPath='/var/lib/mock/module-bat-latest-3020190316115759-e50d0d19-build-15625689-1123320/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jmv05rn4:/etc/resolv.conf']unshare_net=TrueprintOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0daf2a54ac4e4cd1b915b7d3425d6b7d', '-D', '/var/lib/mock/module-bat-latest-3020190316115759-e50d0d19-build-15625689-1123320/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jmv05rn4:/etc/resolv.conf', '--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;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/rust-idna.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/rust-idna-0.1.5-4.module_f30+3678+4edeba58.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/rust-idna.spec'], chrootPath='/var/lib/mock/module-bat-latest-3020190316115759-e50d0d19-build-15625689-1123320/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jmv05rn4:/etc/resolv.conf']unshare_net=TrueprintOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6eea71658e304e4f96790654e94e92df', '-D', '/var/lib/mock/module-bat-latest-3020190316115759-e50d0d19-build-15625689-1123320/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.jmv05rn4:/etc/resolv.conf', '--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;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/rust-idna.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zwZ9jW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf idna-0.1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/idna-0.1.5.crate + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd idna-0.1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -eu + /usr/bin/mkdir -p .cargo + cat + /usr/bin/rm -f Cargo.lock + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4Z0Bel + umask 022 + cd /builddir/build/BUILD + cd idna-0.1.5 + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 /usr/bin/cargo build -j48 -Z avoid-dev-deps --release BUILDSTDERR: warning: An explicit [[test]] section is specified in Cargo.toml which currently BUILDSTDERR: disables Cargo from automatically inferring other test targets. BUILDSTDERR: This inference behavior will change in the Rust 2018 edition and the following BUILDSTDERR: files will be included as a test target: BUILDSTDERR: * /builddir/build/BUILD/idna-0.1.5/tests/punycode.rs BUILDSTDERR: * /builddir/build/BUILD/idna-0.1.5/tests/uts46.rs BUILDSTDERR: This is likely to break cargo build or cargo test as these files may not be BUILDSTDERR: ready to be compiled as a test target today. You can future-proof yourself BUILDSTDERR: and disable this warning by adding `autotests = false` to your [package] BUILDSTDERR: section. You may also move the files to a location where Cargo would not BUILDSTDERR: automatically infer them to be a target, such as in subfolders. BUILDSTDERR: For more information on this warning you can consult BUILDSTDERR: https://github.com/rust-lang/cargo/issues/5330 BUILDSTDERR: Compiling matches v0.1.8 BUILDSTDERR: Compiling smallvec v0.6.9 BUILDSTDERR: Running `/usr/bin/rustc --crate-name matches /usr/share/cargo/registry/matches-0.1.8/lib.rs --color never --crate-type lib --emit=dep-info,link -C opt-level=3 -C metadata=2d5dfaa8e8f9f881 -C extra-filename=-2d5dfaa8e8f9f881 --out-dir /builddir/build/BUILD/idna-0.1.5/target/release/deps -L dependency=/builddir/build/BUILD/idna-0.1.5/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` BUILDSTDERR: Running `/usr/bin/rustc --crate-name smallvec /usr/share/cargo/registry/smallvec-0.6.9/lib.rs --color never --crate-type lib --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6110ed8293d86ada -C extra-filename=-6110ed8293d86ada --out-dir /builddir/build/BUILD/idna-0.1.5/target/release/deps -L dependency=/builddir/build/BUILD/idna-0.1.5/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` BUILDSTDERR: Compiling unicode-bidi v0.3.4 BUILDSTDERR: Running `/usr/bin/rustc --crate-name unicode_bidi /usr/share/cargo/registry/unicode-bidi-0.3.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=f59c719c5685766c -C extra-filename=-f59c719c5685766c --out-dir /builddir/build/BUILD/idna-0.1.5/target/release/deps -L dependency=/builddir/build/BUILD/idna-0.1.5/target/release/deps --extern matches=/builddir/build/BUILD/idna-0.1.5/target/release/deps/libmatches-2d5dfaa8e8f9f881.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` BUILDSTDERR: Compiling unicode-normalization v0.1.8 BUILDSTDERR: Running `/usr/bin/rustc --crate-name unicode_normalization /usr/share/cargo/registry/unicode-normalization-0.1.8/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C opt-level=3 -C metadata=81844c911e398a8f -C extra-filename=-81844c911e398a8f --out-dir /builddir/build/BUILD/idna-0.1.5/target/release/deps -L dependency=/builddir/build/BUILD/idna-0.1.5/target/release/deps --extern smallvec=/builddir/build/BUILD/idna-0.1.5/target/release/deps/libsmallvec-6110ed8293d86ada.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` BUILDSTDERR: Compiling idna v0.1.5 (/builddir/build/BUILD/idna-0.1.5) BUILDSTDERR: Running `/usr/bin/rustc --crate-name idna src/lib.rs --color never --crate-type lib --emit=dep-info,link -C opt-level=3 -C metadata=22933d00f97b2f35 -C extra-filename=-22933d00f97b2f35 --out-dir /builddir/build/BUILD/idna-0.1.5/target/release/deps -L dependency=/builddir/build/BUILD/idna-0.1.5/target/release/deps --extern matches=/builddir/build/BUILD/idna-0.1.5/target/release/deps/libmatches-2d5dfaa8e8f9f881.rlib --extern unicode_bidi=/builddir/build/BUILD/idna-0.1.5/target/release/deps/libunicode_bidi-f59c719c5685766c.rlib --extern unicode_normalization=/builddir/build/BUILD/idna-0.1.5/target/release/deps/libunicode_normalization-81844c911e398a8f.rlib -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now` BUILDSTDERR: Finished release [optimized] target(s) in 41.61s + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sKflEq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 + cd idna-0.1.5 + set -eu + /usr/bin/cargo-inspector --target-kinds Cargo.toml BUILDSTDERR: ++ printf 'lib\nrlib\nproc-macro' + grep -q -F -x 'lib BUILDSTDERR: rlib BUILDSTDERR: proc-macro' BUILDSTDERR: ++ /usr/bin/cargo-inspector --name Cargo.toml + CRATE_NAME=idna BUILDSTDERR: ++ /usr/bin/cargo-inspector --version Cargo.toml + CRATE_VERSION=0.1.5 + REG_DIR=/builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/cargo/registry/idna-0.1.5 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/cargo/registry/idna-0.1.5 + gawk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 /usr/bin/cargo package -l + xargs -d '\n' /usr/bin/cp --parents -a -t /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/cargo/registry/idna-0.1.5 BUILDSTDERR: warning: No (git) VCS found for `/builddir/build/BUILD/idna-0.1.5` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/cargo/registry/idna-0.1.5/Cargo.toml + /usr/bin/rm -f /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/cargo/registry/idna-0.1.5/Cargo.toml.orig + echo '{"files":{},"package":""}' + /usr/bin/cargo-inspector --target-kinds Cargo.toml + grep -q -F -x bin + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: rust-idna-devel-0.1.5-4.module_f30+3678+4edeba58.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0Haohz + umask 022 + cd /builddir/build/BUILD + cd idna-0.1.5 + LICENSEDIR=/builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/licenses/rust-idna-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/licenses/rust-idna-devel + cp -pr LICENSE-MIT /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/licenses/rust-idna-devel + cp -pr LICENSE-APACHE /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386/usr/share/licenses/rust-idna-devel + exit 0 Provides: crate(idna) = 0.1.5 rust-idna-devel = 0.1.5-4.module_f30+3678+4edeba58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: (crate(matches/default) >= 0.1.0 with crate(matches/default) < 0.2.0) (crate(unicode-bidi/default) >= 0.3.0 with crate(unicode-bidi/default) < 0.4.0) (crate(unicode-normalization/default) >= 0.1.5 with crate(unicode-normalization/default) < 0.2.0) cargo Processing files: rust-idna+default-devel-0.1.5-4.module_f30+3678+4edeba58.noarch Provides: crate(idna/default) = 0.1.5 rust-idna+default-devel = 0.1.5-4.module_f30+3678+4edeba58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(idna) = 0.1.5 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 Wrote: /builddir/build/RPMS/rust-idna-devel-0.1.5-4.module_f30+3678+4edeba58.noarch.rpm Wrote: /builddir/build/RPMS/rust-idna+default-devel-0.1.5-4.module_f30+3678+4edeba58.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uHYL6K + umask 022 + cd /builddir/build/BUILD + cd idna-0.1.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rust-idna-0.1.5-4.module_f30+3678+4edeba58.i386 + exit 0 Child return code was: 0