[INFO] cloning repository https://github.com/60ke/sputnikvm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/60ke/sputnikvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03143c26e824368ee7d4ee721589c9f9b157fc52
[INFO] checking 60ke/sputnikvm against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/60ke/sputnikvm
[INFO] finished tweaking git repo https://github.com/60ke/sputnikvm
[INFO] tweaked toml for git repo https://github.com/60ke/sputnikvm written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/60ke/sputnikvm on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/60ke/sputnikvm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/musicoin/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/regtests/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/regtests/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `regtests`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/regtests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/jsontests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/gethrpc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/classic/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/stateful/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/precompiled/modexp/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/precompiled/bn128/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/foundation/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/ellaism/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/expanse/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/cli/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] * src/bin/profiler.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/cli/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `sputnikvm-cli`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/cli/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/network/ubiq/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding serde v1.0.102 (https://github.com/mesalock-linux/serde-sgx?branch=master#2f794d6a)
[INFO] [stderr]       Adding serde_derive v1.0.102 (https://github.com/mesalock-linux/serde-sgx?branch=master#2f794d6a)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bda2e583f0e74ffbd63a860d5bb3b0b9017303c86cfa5eacdea2a183326f2793
[INFO] running `Command { std: "docker" "start" "-a" "bda2e583f0e74ffbd63a860d5bb3b0b9017303c86cfa5eacdea2a183326f2793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bda2e583f0e74ffbd63a860d5bb3b0b9017303c86cfa5eacdea2a183326f2793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bda2e583f0e74ffbd63a860d5bb3b0b9017303c86cfa5eacdea2a183326f2793", kill_on_drop: false }`
[INFO] [stdout] bda2e583f0e74ffbd63a860d5bb3b0b9017303c86cfa5eacdea2a183326f2793
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23b71b0f09ad3dcdbfe339c811806fa75d9653f2bb336f472e86cb8ea908a497
[INFO] running `Command { std: "docker" "start" "-a" "23b71b0f09ad3dcdbfe339c811806fa75d9653f2bb336f472e86cb8ea908a497", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/network/ubiq/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/jsontests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/precompiled/modexp/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/gethrpc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/network/expanse/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/stateful/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/network/classic/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/regtests/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /opt/rustwide/workdir/regtests/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `regtests`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /opt/rustwide/workdir/regtests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/cli/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] * src/bin/profiler.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /opt/rustwide/workdir/cli/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `sputnikvm-cli`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /opt/rustwide/workdir/cli/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/precompiled/bn128/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/network/ellaism/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/network/musicoin/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/network/foundation/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling cc v1.0.46
[INFO] [stderr]     Checking byte-tools v0.2.0
[INFO] [stderr]     Checking elastic-array-plus v0.10.0
[INFO] [stderr]     Checking etcommon-hexutil v0.2.4
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling sgx_build_helper v0.1.0 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking sgx_types v1.0.9 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling syn v1.0.7
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking rustc-serialize v0.3.24
[INFO] [stderr]     Checking odds v0.2.26
[INFO] [stderr]    Compiling sgx_tstd v1.0.9 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]    Compiling serde v1.0.102 (https://github.com/mesalock-linux/serde-sgx?branch=master#2f794d6a)
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking sgx_demangle v1.0.9 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]     Checking arrayvec v0.3.25
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]     Checking etcommon-rlp v0.2.5
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.24/src/serialize.rs:1155:5
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout]      |     ...so that the type `T` will meet its required lifetime bounds...
[INFO] [stdout]      |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]     --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/alloc/src/borrow.rs:182:30
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]      |
[INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T>
[INFO] [stdout]      |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sgx_libc v1.0.9 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]    Compiling serde v1.0.102
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]    Compiling pkg-config v0.3.16
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking smallvec v0.6.12
[INFO] [stderr]    Compiling sgx_unwind v0.0.1 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]     Checking sgx_trts v1.0.9 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling openssl v0.9.24
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stdout] error[E0432]: unresolved import `core::alloc::AllocErr`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/oom.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use core::alloc::AllocErr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^--------
[INFO] [stdout]    |     |            |
[INFO] [stdout]    |     |            help: a similar name exists in the module: `AllocError`
[INFO] [stdout]    |     no `AllocErr` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/trts.rs:219:14
[INFO] [stdout]     |
[INFO] [stdout] 219 |     unsafe { asm!{"lfence"}; }
[INFO] [stdout]     |              ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]  29 + use core::arch::asm;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/trts.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |     unsafe { asm!{"sfence"}; }
[INFO] [stdout]     |              ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]  29 + use core::arch::asm;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/trts.rs:229:14
[INFO] [stdout]     |
[INFO] [stdout] 229 |     unsafe { asm!{"mfence"}; }
[INFO] [stdout]     |              ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]  29 + use core::arch::asm;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/c_str.rs:585:5
[INFO] [stdout]     |
[INFO] [stdout] 585 |     #[rustc_const_unstable(feature = "const_cstr_unchecked")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `rustc_const_unstable`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/lib.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 82 | #![feature(rustc_const_unstable)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bitflags v0.9.1
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking unicode-normalization v0.1.8
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_trts/src/oom.rs:41:35
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn rsgx_oom(err: AllocErr) -> ! {
[INFO] [stdout]    |        --------                   ^ expected `!`, found `()`
[INFO] [stdout]    |        |
[INFO] [stdout]    |        implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected type `!`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0635, E0734.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sgx_trts` (lib) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: failed to run custom build command for `sgx_unwind v0.0.1 (https://github.com/baidu/rust-sgx-sdk.git?rev=v1.0.9#f29f4e71)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/sgx_unwind-617b95ca20daaf9f/build-script-build` (exit status: 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/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gtrace.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gget_save_loc.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lis_signal_frame.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gos-linux.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Linit_local.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/longjmp.S
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Los-freebsd.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Linit.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/ucontext_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gregs.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/setcontext.S
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gresume.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Ltrace.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gstep.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gcreate_addr_space.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/getcontext.S
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lget_proc_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gstash_frame.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/is_fpreg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lregs.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Ginit.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Ginit_remote.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lglobal.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Los-linux.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gglobal.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gget_proc_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lresume.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/regname.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lstash_frame.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lcreate_addr_space.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/offsets.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/unwind_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Ginit_local.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/init.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Gos-freebsd.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lget_save_loc.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/siglongjmp.S
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Lstep.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/x86_64/Linit_remote.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/flush_cache.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Ldestroy_addr_space.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/mempool.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gset_fpreg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/_ReadSLEB.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lget_reg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/backtrace.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gset_reg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gget_proc_info_by_ip.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/dyn-cancel.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gfind_dynamic_proc_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lput_dynamic_unwind_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/dyn-info-list.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gdestroy_addr_space.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gdyn-remote.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gput_dynamic_unwind_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/_ReadULEB.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gset_caching_policy.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lget_fpreg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lfind_dynamic_proc_info.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lget_proc_name.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gget_fpreg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lget_accessors.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lset_caching_policy.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Ldyn-extract.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lget_proc_info_by_ip.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/dyn-register.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Ldyn-remote.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/strerror.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gget_accessors.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/init.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lset_fpreg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gget_proc_name.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gget_reg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Lset_reg.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/mi/Gdyn-extract.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetCFA.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetBSP.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetTextRelBase.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/Backtrace.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetIP.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetGR.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/Resume.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetLanguageSpecificData.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/DeleteException.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/unwind-internal.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/RaiseException.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/ForcedUnwind.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetIPInfo.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/SetIP.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetRegionStart.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/SetGR.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/FindEnclosingFunction.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/Resume_or_Rethrow.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/unwind/GetDataRelBase.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elfxx.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/Makefile.am
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gexpr.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lfind_unwind_table.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lfde.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lparser.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gstep.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gparser.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/global.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lfind_proc_info-lsb.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gfde.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lpe.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lexpr.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gfind_proc_info-lsb.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Lstep.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gpe.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/dwarf/Gfind_unwind_table.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/se-iterate-phdr.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elfxx.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/setjmp/longjmp.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/setjmp/siglongjmp.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/setjmp/setjmp_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/setjmp/setjmp.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/setjmp/sigsetjmp.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/os-linux.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/os-linux.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elf64.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elf32.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elf32.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/se-libc-stubs.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/src/elf64.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/README
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/dwarf.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/dwarf-eh.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/unwind.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/pthread_compat.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/dwarf_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/mempool.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/x86/jmpbuf.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/libunwind.h.in
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/remote.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/libunwind_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/libunwind-dynamic.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep-x86_64/jmpbuf.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep-x86_64/dwarf-config.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep-x86_64/libunwind_i.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep/jmpbuf.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep/libunwind_i.h.in
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/tdep/dwarf-config.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/libunwind-common.h.in
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/include/libunwind-x86_64.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/Makefile.am
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/configure.in
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/COPYING
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/AUTHORS
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/NEWS
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/TODO
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/LICENSE
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/ChangeLog
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/autogen-linux.sh
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/acinclude.m4
[INFO] [stderr]   cargo:rustc-link-lib=static=unwind
[INFO] [stderr]   cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/sgx_unwind-89c662d428321365/out/libunwind/src/.libs
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/sgx_unwind-89c662d428321365/out/libunwind" && CFLAGS=" -fvisibility=hidden -O2" "sh" "/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/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: cd "/opt/rustwide/target/debug/build/sgx_unwind-89c662d428321365/out/libunwind" && CFLAGS=" -fvisibility=hidden -O2" "sh" "/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/autogen-linux.sh" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu"
[INFO] [stderr]   expected success, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   + dirname /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind/autogen-linux.sh
[INFO] [stderr]   + srcdir=/opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind
[INFO] [stderr]   + [ -z /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind ]
[INFO] [stderr]   + pwd
[INFO] [stderr]   + ORIGDIR=/opt/rustwide/target/debug/build/sgx_unwind-89c662d428321365/out/libunwind
[INFO] [stderr]   + cd /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/../sgx_unwind/libunwind
[INFO] [stderr]   + autoreconf -v --force --install
[INFO] [stderr]   autoreconf: export WARNINGS=
[INFO] [stderr]   autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[INFO] [stderr]   autoreconf: Entering directory '.'
[INFO] [stderr]   autoreconf: configure.in: not using Gettext
[INFO] [stderr]   autoreconf: running: aclocal --force 
[INFO] [stderr]   aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[INFO] [stderr]   autom4te: error: cannot create autom4te.cache in /opt/rustwide/cargo-home/git/checkouts/rust-sgx-sdk-19ab13d6b1e2e7e8/f29f4e7/sgx_unwind/libunwind: Read-only file system
[INFO] [stderr]   aclocal: error: /usr/bin/autom4te failed with exit status: 1
[INFO] [stderr]   autoreconf: error: aclocal failed with exit status: 1
[INFO] [stderr]   + exit 1
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "23b71b0f09ad3dcdbfe339c811806fa75d9653f2bb336f472e86cb8ea908a497", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23b71b0f09ad3dcdbfe339c811806fa75d9653f2bb336f472e86cb8ea908a497", kill_on_drop: false }`
[INFO] [stdout] 23b71b0f09ad3dcdbfe339c811806fa75d9653f2bb336f472e86cb8ea908a497
