[INFO] cloning repository https://github.com/liuchengyiu/datacenter-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liuchengyiu/datacenter-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuchengyiu%2Fdatacenter-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuchengyiu%2Fdatacenter-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4664d6f78fd18398503f941a7f3f6c5c4421bacc
[INFO] testing liuchengyiu/datacenter-rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuchengyiu%2Fdatacenter-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/liuchengyiu/datacenter-rust
[INFO] finished tweaking git repo https://github.com/liuchengyiu/datacenter-rust
[INFO] tweaked toml for git repo https://github.com/liuchengyiu/datacenter-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/liuchengyiu/datacenter-rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/liuchengyiu/datacenter-rust 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799
[INFO] running `Command { std: "docker" "start" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling cc v1.0.62
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling futures-core v0.3.8
[INFO] [stderr]    Compiling fastrand v1.4.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.8
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling vec-arena v1.0.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling const_fn v0.4.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling async-channel v1.5.1
[INFO] [stderr]    Compiling futures v0.1.30
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling rustc-serialize v0.3.24
[INFO] [stderr]    Compiling cmake v0.1.45
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[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/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/alloc/src/borrow.rs:169:29
[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]    Compiling sqlite3-src v0.2.12
[INFO] [stderr]    Compiling paho-mqtt-sys v0.3.0
[INFO] [stderr]    Compiling futures-lite v1.11.2
[INFO] [stderr] error: failed to run custom build command for `paho-mqtt-sys v0.3.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/paho-mqtt-sys-63840e522797fc4d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   debug:Running the bundled build for Paho C
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   running: cd "/opt/rustwide/target/release/build/paho-mqtt-sys-e43865ae7afea4c6/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/paho-mqtt-sys-0.3.0/paho.mqtt.c/" "-DPAHO_BUILD_SHARED=off" "-DPAHO_BUILD_STATIC=on" "-DPAHO_ENABLE_TESTING=off" "-DPAHO_WITH_SSL=off" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/release/build/paho-mqtt-sys-e43865ae7afea4c6/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release"
[INFO] [stderr]   -- Configuring incomplete, errors occurred!
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   CMake Error at CMakeLists.txt:20 (CMAKE_MINIMUM_REQUIRED):
[INFO] [stderr]     Compatibility with CMake < 3.5 has been removed from CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
[INFO] [stderr]     to tell CMake that the project requires at least <min> but has been updated
[INFO] [stderr]     to work with policies introduced by <max> or earlier.
[INFO] [stderr] 
[INFO] [stderr]     Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (690) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.45/src/lib.rs:894:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5610bcad0bf1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x5610bcae565a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x5610bcad6f1c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x5610bcaae6a6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x5610bcaca6a1 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x5610bcaca85b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x5610bcaae752 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x5610bcaa6fa9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x5610bcaaef6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x5610bcae5dcc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x5610bca5eac7 - cmake[317b0fb0ee9b083f]::fail
[INFO] [stderr]     11:     0x5610bca5e781 - cmake[317b0fb0ee9b083f]::run
[INFO] [stderr]     12:     0x5610bca6285d - <cmake[317b0fb0ee9b083f]::Config>::build
[INFO] [stderr]     13:     0x5610bca5a9c9 - build_script_build[68d8e81419e6ce87]::build::main
[INFO] [stderr]     14:     0x5610bca5a386 - build_script_build[68d8e81419e6ce87]::main
[INFO] [stderr]     15:     0x5610bca5bb8b - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     16:     0x5610bca5a34e - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     17:     0x5610bca5a359 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     18:     0x5610bcac9a69 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     19:     0x5610bca5a021 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     20:     0x5610bca5bbc5 - main
[INFO] [stderr]     21:     0x724d73d1a601 - <unknown>
[INFO] [stderr]     22:     0x724d73d1a718 - __libc_start_main
[INFO] [stderr]     23:     0x5610bca59485 - _start
[INFO] [stderr]     24:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799", kill_on_drop: false }`
[INFO] [stdout] 5c4b8f2baf829f6470e93f3da98eb214de7bc02fe03d2cd15f564b0e9583f799
