Build #195749 2019-11-03T08:24:52.979755+00:00
# rustc version
rustc 1.40.0-nightly (91fd6283e 2019-11-02)# docs.rs version
docsrs 0.6.0 (799f5d2 2019-10-31)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/byteorder-sgx-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/byteorder-sgx-0.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20191102-1.40.0-nightly-91fd6283e --static-root-path / --disable-per-crate-search --extern-html-root-url doc_comment=https://docs.rs/doc-comment/0.3.1 --extern-html-root-url quickcheck=https://docs.rs/quickcheck/0.8.5 --extern-html-root-url rand=https://docs.rs/rand/0.6.5 --extern-html-root-url sgx_tstd=https://docs.rs/sgx_tstd/1.0.9" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--target" "x86_64-unknown-linux-gnu"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 144a7679f274e6b11b5f627e4ca9475c8b3d33036c868ff250f5f9ce00014f99
[INFO] running `"docker" "start" "-a" "144a7679f274e6b11b5f627e4ca9475c8b3d33036c868ff250f5f9ce00014f99"`
[INFO] [stderr] Compiling sgx_build_helper v0.1.1
[INFO] [stderr] Checking sgx_types v1.0.9
[INFO] [stderr] Compiling cc v1.0.46
[INFO] [stderr] Compiling sgx_tstd v1.0.9
[INFO] [stderr] Compiling byteorder-sgx v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr] --> build.rs:65:21
[INFO] [stderr] |
[INFO] [stderr] 65 | let major = try!(num.parse::<u32>().map_err(|e| e.to_string()));
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr] --> build.rs:74:21
[INFO] [stderr] |
[INFO] [stderr] 74 | let minor = try!(num.parse::<u32>().map_err(|e| e.to_string()));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr] --> build.rs:83:21
[INFO] [stderr] |
[INFO] [stderr] 83 | let patch = try!(num.parse::<u32>().map_err(|e| e.to_string()));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] Checking sgx_demangle v1.0.9
[INFO] [stderr] Checking sgx_libc v1.0.9
[INFO] [stderr] Compiling sgx_unwind v0.0.4
[INFO] [stderr] Checking sgx_trts v1.0.9
[INFO] [stderr] Checking sgx_alloc v1.0.9
[INFO] [stderr] Checking sgx_tprotected_fs v1.0.9
[INFO] [stderr] Compiling sgx_backtrace_sys v1.0.9
[INFO] [stderr] error: failed to run custom build command for `sgx_unwind v0.0.4`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/sgx_unwind-4414f0fc1c498d34/build-script-build` (exit code: 1)
[INFO] [stderr] --- stdout
[INFO] [stderr] cargo:rerun-if-changed=build.rs
[INFO] [stderr] cargo:rustc-link-lib=gcc_s
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/x86/jmpbuf.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/libunwind_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/libunwind-common.h.in
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/libunwind-dynamic.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/libunwind.h.in
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/dwarf-eh.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/unwind.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep-x86_64/libunwind_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep-x86_64/jmpbuf.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep-x86_64/dwarf-config.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep/jmpbuf.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep/dwarf-config.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/tdep/libunwind_i.h.in
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/mempool.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/libunwind-x86_64.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/remote.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/dwarf_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/dwarf.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/include/pthread_compat.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/COPYING
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elf64.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/setjmp/longjmp.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/setjmp/sigsetjmp.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/setjmp/siglongjmp.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/setjmp/setjmp_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/setjmp/setjmp.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elfxx.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lget_fpreg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/mempool.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lget_proc_info_by_ip.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lset_caching_policy.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lget_proc_name.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Ldestroy_addr_space.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lset_fpreg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lset_reg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gget_proc_name.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/strerror.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gset_reg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gdyn-remote.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gset_fpreg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/dyn-register.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/backtrace.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/_ReadSLEB.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/dyn-info-list.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Ldyn-extract.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gget_proc_info_by_ip.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gdestroy_addr_space.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gdyn-extract.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gset_caching_policy.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gget_fpreg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/flush_cache.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Ldyn-remote.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lget_accessors.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lget_reg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/dyn-cancel.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gget_accessors.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gget_reg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/init.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lput_dynamic_unwind_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gput_dynamic_unwind_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Lfind_dynamic_proc_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/_ReadULEB.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/mi/Gfind_dynamic_proc_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/se-iterate-phdr.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/Resume.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/ForcedUnwind.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetRegionStart.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetDataRelBase.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/RaiseException.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/FindEnclosingFunction.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetIPInfo.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/unwind-internal.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/SetGR.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetBSP.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/DeleteException.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetGR.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/SetIP.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetTextRelBase.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/Backtrace.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetCFA.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetIP.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/Resume_or_Rethrow.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/unwind/GetLanguageSpecificData.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/os-linux.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elf32.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lregs.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/longjmp.S
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gtrace.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lget_proc_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gget_save_loc.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/offsets.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gglobal.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Linit_remote.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lcreate_addr_space.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Linit.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/unwind_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Ginit_local.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/getcontext.S
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/ucontext_i.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gregs.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/is_fpreg.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Los-freebsd.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lstep.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gstep.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Linit_local.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gos-linux.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lget_save_loc.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/init.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lresume.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/setcontext.S
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gcreate_addr_space.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Los-linux.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gget_proc_info.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gstash_frame.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Ginit_remote.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/siglongjmp.S
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Ginit.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gos-freebsd.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Ltrace.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lis_signal_frame.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Gresume.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/regname.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lstash_frame.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/x86_64/Lglobal.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elfxx.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/os-linux.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lpe.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gfde.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gparser.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lfind_unwind_table.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lstep.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lexpr.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gstep.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lfind_proc_info-lsb.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gpe.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gexpr.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gfind_proc_info-lsb.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lfde.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/global.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Gfind_unwind_table.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/dwarf/Lparser.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/se-libc-stubs.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/Makefile.am
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elf32.c
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/src/elf64.h
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/TODO
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/ChangeLog
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/LICENSE
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/autogen-linux.sh
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/AUTHORS
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/Makefile.am
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/README
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/config/config.sub
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/NEWS
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/acinclude.m4
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/configure.in
[INFO] [stderr] cargo:rustc-link-lib=static=unwind
[INFO] [stderr] cargo:rustc-link-search=native=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sgx_unwind-03436645478d307b/out/libunwind/src/.libs
[INFO] [stderr] running: "sh" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/autogen-linux.sh" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu"
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] command did not execute successfully: "sh" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/autogen-linux.sh" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu"
[INFO] [stderr] expected success, got: exit code: 1
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr] + dirname /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind/autogen-linux.sh
[INFO] [stderr] + srcdir=/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind
[INFO] [stderr] + [ -z /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind ]
[INFO] [stderr] + pwd
[INFO] [stderr] + ORIGDIR=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sgx_unwind-03436645478d307b/out/libunwind
[INFO] [stderr] + cd /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_unwind-0.0.4/../sgx_unwind-0.0.4/libunwind
[INFO] [stderr] + autoreconf -v --install
[INFO] [stderr] autoreconf: Entering directory `.'
[INFO] [stderr] autoreconf: configure.in: not using Gettext
[INFO] [stderr] autoreconf: running: aclocal
[INFO] [stderr] aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory
[INFO] [stderr] aclocal: error: echo failed with exit status: 1
[INFO] [stderr] autoreconf: aclocal failed with exit status: 1
[INFO] [stderr] + exit 1
[INFO] [stderr]
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "144a7679f274e6b11b5f627e4ca9475c8b3d33036c868ff250f5f9ce00014f99"`
[INFO] running `"docker" "rm" "-f" "144a7679f274e6b11b5f627e4ca9475c8b3d33036c868ff250f5f9ce00014f99"`
[INFO] [stdout] 144a7679f274e6b11b5f627e4ca9475c8b3d33036c868ff250f5f9ce00014f99