Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 904225 Details for
Bug 1106221
erlang-bitcask: FTBFS in rawhide
[?]
New
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.rh83 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
<fdopen> (text/plain), 9.68 KB, created by
Dennis Gilmore
on 2014-06-09 04:01:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 04:01:09 UTC
Size:
9.68 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'], False, '/var/lib/mock/f21-build-2125737-392858/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xdeeb90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: arm02-builder10.arm.fedoraproject.org >Building target platforms: armv7hl >Building for target armv7hl >Wrote: /builddir/build/SRPMS/erlang-bitcask-1.6.3-2.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'], False, '/var/lib/mock/f21-build-2125737-392858/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xdeeb90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: armv7hl >Building for target armv7hl >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.R6VIyu >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf basho-bitcask-633897f >+ /usr/bin/gzip -dc /builddir/build/SOURCES/basho-bitcask-1.6.3-0-gf20db99.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd basho-bitcask-633897f >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.u1bvc1 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd basho-bitcask-633897f >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' >+ rebar compile -v >WARN: Expected /builddir/build/BUILD/basho-bitcask-633897f/deps/meck to be an app dir (containing ebin/*.app), but no .app found. >==> meck-0.7.2 (compile) >==> basho-bitcask-633897f (compile) >WARN: Expected /builddir/build/BUILD/basho-bitcask-633897f/deps/meck to be an app dir (containing ebin/*.app), but no .app found. >Compiled src/bitcask_merge_delete.erl >Compiled src/bitcask_file.erl >Compiled src/bitcask_app.erl >Compiled src/bitcask_bump.erl >Compiled src/bitcask_sup.erl >Compiled src/bitcask_lockops.erl >Compiled src/bitcask_io.erl >Compiled src/bitcask_nifs.erl >Compiled src/bitcask.erl >Compiled src/bitcask_time.erl >Compiled src/bitcask_fileops.erl >Compiled src/bitcask_merge_worker.erl >Compiling c_src/bitcask_nifs.c >c_src/bitcask_nifs.c: In function 'bitcask_nifs_file_read': >c_src/bitcask_nifs.c:1524:9: warning: passing argument 3 of 'enif_get_ulong' from incompatible pointer type > enif_get_ulong(env, argv[1], &count)) /* Count */ > ^ >In file included from c_src/bitcask_nifs.c:28:0: >/usr/lib/erlang/erts-5.10.4/include/erl_nif_api_funcs.h:43:27: note: expected 'long unsigned int *' but argument is of type 'size_t *' > ERL_NIF_API_FUNC_DECL(int,enif_get_ulong,(ErlNifEnv*, ERL_NIF_TERM term, unsigned long* ip)); > ^ >/usr/lib/erlang/erts-5.10.4/include/erl_nif.h:178:71: note: in definition of macro 'ERL_NIF_API_FUNC_DECL' > # define ERL_NIF_API_FUNC_DECL(RET_TYPE, NAME, ARGS) extern RET_TYPE NAME ARGS > ^ >Compiling c_src/erl_nif_util.c >Compiling c_src/murmurhash.c >Compiling c_src/pulse_c_send.c >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IOmYe4 >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm >++ dirname /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm >+ cd basho-bitcask-633897f >+ mkdir -p /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/ebin /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/include /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/priv >+ install -p -m 0644 ebin/bitcask.app /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/ebin/ >+ install -p -m 0644 ebin/bitcask.beam ebin/bitcask_app.beam ebin/bitcask_bump.beam ebin/bitcask_file.beam ebin/bitcask_fileops.beam ebin/bitcask_io.beam ebin/bitcask_lockops.beam ebin/bitcask_merge_delete.beam ebin/bitcask_merge_worker.beam ebin/bitcask_nifs.beam ebin/bitcask_sup.beam ebin/bitcask_time.beam /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/ebin >+ install -p -m 0644 include/bitcask.hrl /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/include >+ install -p -m 0755 priv/bitcask.so /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/priv/ >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/basho-bitcask-633897f >extracting debug info from /builddir/build/BUILDROOT/erlang-bitcask-1.6.3-2.fc21.arm/usr/lib/erlang/lib/bitcask-1.6.3/priv/bitcask.so >dwz: Too few files for multifile optimization >/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. >183 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zVnMwm >+ umask 022 >+ cd /builddir/build/BUILD >+ cd basho-bitcask-633897f >+ rebar eunit skip_deps=true -v >WARN: Expected /builddir/build/BUILD/basho-bitcask-633897f/deps/meck to be an app dir (containing ebin/*.app), but no .app found. >==> basho-bitcask-633897f (eunit) >Compiled test/bitcask_qc_fsm.erl >Compiled test/pulse/mute.erl >Compiled test/pulse/event_logger.erl >Compiled test/pulse/token.erl >Compiled test/pulse/utils.erl >Compiled test/bitcask_qc_expiry.erl >Compiled test/pulse/handle_errors.erl >Compiled test/pulse/bitcask_eqc.erl >Compiled test/bitcask_qc.erl >Compiled test/bitcask_timeshift.erl >Compiled src/bitcask_merge_delete.erl >Compiled src/bitcask_file.erl >Compiled src/bitcask_app.erl >Compiled src/bitcask_bump.erl >Compiled src/bitcask_sup.erl >Compiled src/bitcask_lockops.erl >Compiled src/bitcask_io.erl >Compiled src/bitcask_fileops.erl >Compiled src/bitcask_merge_worker.erl >Compiled src/bitcask_time.erl >Compiled src/bitcask_nifs.erl >src/bitcask.erl:1999: Warning: function leak_t0/0 is unused >src/bitcask.erl:2010: Warning: function leak_t1/0 is unused >Compiled src/bitcask.erl >======================== EUnit ======================== >module 'bitcask_sup' >module 'bitcask_bump' >module 'bitcask_qc_fsm' >module 'bitcask_time' >module 'bitcask_file' >module 'bitcask_lockops' >module 'handle_errors' >module 'bitcask_io' >module 'bitcask' > bitcask: a0_test...[0.016 s] ok > bitcask: roundtrip_test... >=INFO REPORT==== 7-Jun-2014::13:33:53 === >Set IO mode to: erlang[0.548 s] ok > bitcask: write_lock_perms_test...[0.301 s] ok > bitcask: list_data_files_test...[0.033 s] ok > bitcask: fold_test...[0.430 s] ok > bitcask: iterator_test...[0.368 s] ok > bitcask: fold_corrupt_file_test... >=ERROR REPORT==== 7-Jun-2014::13:33:55 === >Trailing data, discarding (10 bytes) >=ERROR REPORT==== 7-Jun-2014::13:33:55 === >Trailing data, discarding (14 bytes) >[0.762 s] ok > bitcask:1462: fold_visits_frozen_test_...[0.451 s] ok > bitcask:1463: fold_visits_frozen_test_...[2.037 s] ok > bitcask: open_test...[1.118 s] ok > bitcask: wrap_test...[1.956 s] ok > bitcask: merge_test...*timed out* >undefined >======================================================= > Failed: 0. Skipped: 0. Passed: 11. >One or more tests were cancelled. >=INFO REPORT==== 7-Jun-2014::13:34:06 === > application: bitcask > exited: stopped > type: temporary >ERROR: One or more eunit tests failed. >ERROR: eunit failed while processing /builddir/build/BUILD/basho-bitcask-633897f: rebar_abort >error: Bad exit status from /var/tmp/rpm-tmp.zVnMwm (%check) > Bad exit status from /var/tmp/rpm-tmp.zVnMwm (%check) >RPM build errors: >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/erlang-bitcask.spec'] >LEAVE do --> EXCEPTION RAISED >
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 1106221
: 904225 |
904226
|
904227