[INFO] cloning repository https://github.com/zrus/test-ptz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zrus/test-ptz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrus%2Ftest-ptz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrus%2Ftest-ptz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a039037150bf58997c6e2abb8b91e6c6a30f3aa [INFO] testing zrus/test-ptz against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrus%2Ftest-ptz" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zrus/test-ptz on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zrus/test-ptz [INFO] finished tweaking git repo https://github.com/zrus/test-ptz [INFO] tweaked toml for git repo https://github.com/zrus/test-ptz written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/zrus/test-ptz already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/lumeohq/onvif-rs` [INFO] [stderr] Updating git repository `https://github.com/lumeohq/xsd-parser-rs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bigdecimal v0.3.0 [INFO] [stderr] Downloaded yaserde_derive v0.7.1 [INFO] [stderr] Downloaded digest_auth v0.3.0 [INFO] [stderr] Downloaded yaserde v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] afe566d9aac93e33e32cd5301ddb6055cf1c788ba8e433ed318e3ce93768edf7 [INFO] running `Command { std: "docker" "start" "-a" "afe566d9aac93e33e32cd5301ddb6055cf1c788ba8e433ed318e3ce93768edf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afe566d9aac93e33e32cd5301ddb6055cf1c788ba8e433ed318e3ce93768edf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afe566d9aac93e33e32cd5301ddb6055cf1c788ba8e433ed318e3ce93768edf7", kill_on_drop: false }` [INFO] [stdout] afe566d9aac93e33e32cd5301ddb6055cf1c788ba8e433ed318e3ce93768edf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fd6baa56d9944cc96ac4c27739aa1ebeeb17e0c2e0efde3da271201f2036ee4 [INFO] running `Command { std: "docker" "start" "-a" "5fd6baa56d9944cc96ac4c27739aa1ebeeb17e0c2e0efde3da271201f2036ee4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling ipnet v2.4.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling xmltree v0.10.3 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bigdecimal v0.3.0 [INFO] [stderr] Compiling digest_auth v0.3.0 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling xsd-macro-utils v0.1.0 (https://github.com/lumeohq/xsd-parser-rs?rev=7f3d433#7f3d433e) [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling yaserde_derive v0.7.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling yaserde v0.7.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling xsd-types v0.1.0 (https://github.com/lumeohq/xsd-parser-rs?rev=7f3d433#7f3d433e) [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling async-global-executor v2.0.3 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling schema v0.1.0 (https://github.com/lumeohq/onvif-rs#ed815ef2) [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] error: could not compile `schema` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name schema --edition=2018 /opt/rustwide/cargo-home/git/checkouts/onvif-rs-92f68257d184bb96/ed815ef/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e1f99246ebeb0a5f -C extra-filename=-e1f99246ebeb0a5f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-ac4c0c43fddb1f02.so --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-765db55edd821dd2.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2252a93d402ccd64.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-554005219b176dd7.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c4f9685c5af334f9.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-e1f2776e9eee9cf4.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-1fdd9e95bb1b4128.rmeta --extern xsd_macro_utils=/opt/rustwide/target/debug/deps/libxsd_macro_utils-4afd729f2a5de5ee.so --extern xsd_types=/opt/rustwide/target/debug/deps/libxsd_types-b6a691c04718a505.rmeta --extern yaserde=/opt/rustwide/target/debug/deps/libyaserde-f0ce456fc4f4c8b8.rmeta --extern yaserde_derive=/opt/rustwide/target/debug/deps/libyaserde_derive-adfbd21c3b8d8f45.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5fd6baa56d9944cc96ac4c27739aa1ebeeb17e0c2e0efde3da271201f2036ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fd6baa56d9944cc96ac4c27739aa1ebeeb17e0c2e0efde3da271201f2036ee4", kill_on_drop: false }` [INFO] [stdout] 5fd6baa56d9944cc96ac4c27739aa1ebeeb17e0c2e0efde3da271201f2036ee4