[INFO] cloning repository https://github.com/AsureNetwork/asure
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AsureNetwork/asure" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsureNetwork%2Fasure", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsureNetwork%2Fasure'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e4050152aea55d5836436028f77d3619d7646f65
[INFO] checking AsureNetwork/asure against try#863511eff87e66198b396935f3b5c8a543022f53 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsureNetwork%2Fasure" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AsureNetwork/asure
[INFO] finished tweaking git repo https://github.com/AsureNetwork/asure
[INFO] tweaked toml for git repo https://github.com/AsureNetwork/asure written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AsureNetwork/asure on toolchain 863511eff87e66198b396935f3b5c8a543022f53
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AsureNetwork/asure 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" "+863511eff87e66198b396935f3b5c8a543022f53" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb9501953cdbd515ae5a89d10e7a6e7b6953cbb8eea78dbfbbda4bb887d03fe9
[INFO] running `Command { std: "docker" "start" "-a" "eb9501953cdbd515ae5a89d10e7a6e7b6953cbb8eea78dbfbbda4bb887d03fe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb9501953cdbd515ae5a89d10e7a6e7b6953cbb8eea78dbfbbda4bb887d03fe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb9501953cdbd515ae5a89d10e7a6e7b6953cbb8eea78dbfbbda4bb887d03fe9", kill_on_drop: false }`
[INFO] [stdout] eb9501953cdbd515ae5a89d10e7a6e7b6953cbb8eea78dbfbbda4bb887d03fe9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+863511eff87e66198b396935f3b5c8a543022f53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 027835feed049e1c9aae83ea2cc6c02be3bb7bf9db201c9d7e130fc25b234bee
[INFO] running `Command { std: "docker" "start" "-a" "027835feed049e1c9aae83ea2cc6c02be3bb7bf9db201c9d7e130fc25b234bee", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.51
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]     Checking cfg-if v0.1.7
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling rayon-core v1.4.1
[INFO] [stderr]    Compiling syn v0.15.31
[INFO] [stderr]     Checking smallvec v0.6.9
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling rayon v1.0.3
[INFO] [stderr]    Compiling serde v1.0.90
[INFO] [stderr]    Compiling crossbeam-utils v0.2.2
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking opaque-debug v0.2.2
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.3
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling backtrace v0.3.15
[INFO] [stderr]     Checking rustc-demangle v0.1.14
[INFO] [stderr]     Checking block-padding v0.1.3
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]    Compiling num_cpus v1.10.0
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]    Compiling subtle v2.0.0
[INFO] [stderr]     Checking futures v0.1.26
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.1
[INFO] [stderr]     Checking spin v0.5.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking untrusted v0.6.2
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling crunchy v0.1.6
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling regex v1.1.5
[INFO] [stderr]    Compiling generic-array v0.12.0
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]    Compiling heapsize v0.4.2
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking tiny-keccak v1.4.2
[INFO] [stderr]    Compiling digest v0.8.0
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]     Checking block-buffer v0.7.0
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking aho-corasick v0.7.3
[INFO] [stderr]     Checking regex-syntax v0.6.6
[INFO] [stderr]    Compiling crunchy v0.2.1
[INFO] [stderr]     Checking sha2 v0.8.0
[INFO] [stderr]     Checking hmac v0.7.0
[INFO] [stderr]     Checking constant_time_eq v0.1.3
[INFO] [stderr]     Checking hash-db v0.12.2
[INFO] [stderr]    Compiling proc-macro-hack-impl v0.4.1
[INFO] [stderr]     Checking rustc-hex v2.0.1
[INFO] [stderr]    Compiling sr-std v1.0.0 (https://github.com/paritytech/substrate.git?rev=b2e6b08a8f094ee34704905a92cd47df6178901e#b2e6b08a)
[INFO] [stderr]     Checking sha3 v0.8.1
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking tokio-executor v0.1.7
[INFO] [stderr]     Checking parity-wasm v0.31.3
[INFO] [stderr]     Checking static_assertions v0.2.5
[INFO] [stderr]     Checking uint v0.6.1
[INFO] [stderr]     Checking hashbrown v0.1.8
[INFO] [stderr]     Checking memory_units v0.3.0
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking hash256-std-hasher v0.12.2
[INFO] [stderr]     Checking twox-hash v1.2.0
[INFO] [stderr]     Checking blake2-rfc v0.2.18
[INFO] [stderr]    Compiling proc-macro-hack v0.4.1
[INFO] [stderr]     Checking once_cell v0.1.8
[INFO] [stderr]    Compiling hex-literal-impl v0.1.2
[INFO] [stderr]     Checking generic-array v0.8.3
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking tokio-timer v0.2.10
[INFO] [stderr]     Checking elastic-array v0.10.2
[INFO] [stderr]     Checking hashmap_core v0.1.10
[INFO] [stderr]     Checking digest v0.6.2
[INFO] [stderr]     Checking hex-literal v0.1.4
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking sha1 v0.6.0
[INFO] [stderr]     Checking lazycell v1.2.1
[INFO] [stderr]     Checking crypto-mac v0.4.0
[INFO] [stderr]     Checking byte-tools v0.2.0
[INFO] [stderr]     Checking hmac v0.4.2
[INFO] [stderr]     Checking block-buffer v0.2.0
[INFO] [stderr]     Checking fixed-hash v0.3.0
[INFO] [stderr]     Checking memory-db v0.12.2
[INFO] [stderr]     Checking trie-root v0.12.2
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking wasmi v0.4.4
[INFO] [stderr]     Checking sha2 v0.6.0
[INFO] [stderr]     Checking hmac-drbg v0.1.2
[INFO] [stderr]    Compiling sr-io v1.0.0 (https://github.com/paritytech/substrate.git?rev=b2e6b08a8f094ee34704905a92cd47df6178901e#b2e6b08a)
[INFO] [stderr]     Checking trie-db v0.12.2
[INFO] [stderr]     Checking environmental v1.0.1
[INFO] [stderr]     Checking crossbeam-epoch v0.7.1
[INFO] [stderr]     Checking blake2 v0.8.0
[INFO] [stderr]     Checking libsecp256k1 v0.2.2
[INFO] [stderr]     Checking unsigned-varint v0.2.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling protobuf v2.4.2
[INFO] [stderr]     Checking integer-sqrt v0.1.2
[INFO] [stderr]     Checking tokio-sync v0.1.4
[INFO] [stderr]     Checking data-encoding v2.1.2
[INFO] [stderr]     Checking bs58 v0.2.2
[INFO] [stderr]     Checking multistream-select v0.4.0
[INFO] [stderr]     Checking rw-stream-sink v0.1.1
[INFO] [stderr]     Checking parity-multihash v0.1.0
[INFO] [stderr]    Compiling cc v1.0.26
[INFO] [stderr]     Checking zeroize v0.5.2
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]     Checking impl-serde v0.1.1
[INFO] [stderr]     Checking parity-multiaddr v0.2.0
[INFO] [stderr]     Checking tokio-current-thread v0.1.6
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking tokio-trace-core v0.1.0
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]     Checking unicode-normalization v0.1.8
[INFO] [stderr]    Compiling openssl v0.10.20
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-threadpool v0.1.13
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]    Compiling unicode-segmentation v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.3.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking block-cipher-trait v0.6.2
[INFO] [stderr]    Compiling native-tls v0.2.2
[INFO] [stderr]     Checking pbkdf2 v0.3.0
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking openssl-probe v0.1.2
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking stream-cipher v0.3.0
[INFO] [stderr]     Checking parking_lot_core v0.2.14
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling snow v0.5.2
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Trait` for type `(dyn Send + Sync + 'static)`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/traitobject-0.1.0/src/impls.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl Trait for ::std::marker::Send + Sync { }
[INFO] [stdout]    | ------------------------------------------------ first implementation here
[INFO] [stdout] 72 | unsafe impl Trait for ::std::marker::Send + Send + Sync { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn Send + Sync + 'static)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Trait` for type `(dyn Send + Sync + 'static)`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/traitobject-0.1.0/src/impls.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl Trait for ::std::marker::Send + Sync { }
[INFO] [stdout]    | ------------------------------------------------ first implementation here
[INFO] [stdout] 72 | unsafe impl Trait for ::std::marker::Send + Send + Sync { }
[INFO] [stdout] 73 | unsafe impl Trait for ::std::marker::Sync + Send { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn Send + Sync + 'static)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Trait` for type `(dyn Send + Sync + 'static)`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/traitobject-0.1.0/src/impls.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl Trait for ::std::marker::Send + Sync { }
[INFO] [stdout]    | ------------------------------------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 75 | unsafe impl Trait for ::std::marker::Sync + Send + Sync { }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn Send + Sync + 'static)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `traitobject` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "027835feed049e1c9aae83ea2cc6c02be3bb7bf9db201c9d7e130fc25b234bee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "027835feed049e1c9aae83ea2cc6c02be3bb7bf9db201c9d7e130fc25b234bee", kill_on_drop: false }`
[INFO] [stdout] 027835feed049e1c9aae83ea2cc6c02be3bb7bf9db201c9d7e130fc25b234bee
