[INFO] cloning repository https://github.com/ramonh/rudder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ramonh/rudder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framonh%2Frudder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framonh%2Frudder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ccc2b631dc2b90f357eef4717168bcc8f8cf14ba [INFO] testing ramonh/rudder against 1.63.0 for beta-1.64-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framonh%2Frudder" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ramonh/rudder on toolchain 1.63.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.63.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ramonh/rudder [INFO] finished tweaking git repo https://github.com/ramonh/rudder [INFO] tweaked toml for git repo https://github.com/ramonh/rudder written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ramonh/rudder already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.63.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.license_file [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossterm v0.17.7 [INFO] [stderr] Downloaded rss v1.9.0 [INFO] [stderr] Downloaded quick-xml v0.17.2 [INFO] [stderr] Downloaded dialoguer v0.6.2 [INFO] [stderr] Downloaded diligent-date-parser v0.1.2 [INFO] [stderr] Downloaded quick-xml v0.18.1 [INFO] [stderr] Downloaded atom_syndication v0.9.0 [INFO] [stderr] Downloaded termios v0.3.2 [INFO] [stderr] Downloaded pin-project v0.4.25 [INFO] [stderr] Downloaded structopt-derive v0.4.11 [INFO] [stderr] Downloaded structopt v0.3.18 [INFO] [stderr] Downloaded derive_builder_core v0.9.0 [INFO] [stderr] Downloaded libc v0.2.78 [INFO] [stderr] Downloaded pin-project-internal v0.4.25 [INFO] [stderr] Downloaded crossterm_winapi v0.6.1 [INFO] [stderr] Downloaded minimad v0.6.5 [INFO] [stderr] Downloaded terminal_size v0.1.13 [INFO] [stderr] Downloaded console v0.11.3 [INFO] [stderr] Downloaded jni v0.14.0 [INFO] [stderr] Downloaded html2md v0.2.10 [INFO] [stderr] Downloaded derive_builder v0.9.0 [INFO] [stderr] Downloaded mio v0.7.2 [INFO] [stderr] Downloaded ntapi v0.3.4 [INFO] [stderr] Downloaded termimad v0.8.26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+1.63.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3acae7fb6669a3d24bbae16d12347ea6d3dddb938409a76e7d3cfa2ca5bdfc10 [INFO] running `Command { std: "docker" "start" "-a" "3acae7fb6669a3d24bbae16d12347ea6d3dddb938409a76e7d3cfa2ca5bdfc10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3acae7fb6669a3d24bbae16d12347ea6d3dddb938409a76e7d3cfa2ca5bdfc10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3acae7fb6669a3d24bbae16d12347ea6d3dddb938409a76e7d3cfa2ca5bdfc10", kill_on_drop: false }` [INFO] [stdout] 3acae7fb6669a3d24bbae16d12347ea6d3dddb938409a76e7d3cfa2ca5bdfc10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+1.63.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02c185520b59b6aba1c46e30158f02f7e61a639b4c48629145f105400d00f3d8 [INFO] running `Command { std: "docker" "start" "-a" "02c185520b59b6aba1c46e30158f02f7e61a639b4c48629145f105400d00f3d8", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.license_file [INFO] [stderr] Compiling libc v0.2.78 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling pin-project-internal v0.4.25 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling minimad v0.6.5 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling quick-xml v0.17.2 [INFO] [stderr] Compiling quick-xml v0.18.1 [INFO] [stderr] Compiling tendril v0.4.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling mio v0.7.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling crossterm v0.17.7 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling diligent-date-parser v0.1.2 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling dialoguer v0.6.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling structopt-derive v0.4.11 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling termimad v0.8.26 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling pin-project v0.4.25 [INFO] [stderr] Compiling structopt v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Compiling rss v1.9.0 [INFO] [stderr] Compiling atom_syndication v0.9.0 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling xml5ever v0.16.1 [INFO] [stderr] Compiling markup5ever_rcdom v0.1.0 [INFO] [stderr] Compiling html2md v0.2.10 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling rudder v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tendril v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "02c185520b59b6aba1c46e30158f02f7e61a639b4c48629145f105400d00f3d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02c185520b59b6aba1c46e30158f02f7e61a639b4c48629145f105400d00f3d8", kill_on_drop: false }` [INFO] [stdout] 02c185520b59b6aba1c46e30158f02f7e61a639b4c48629145f105400d00f3d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+1.63.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2b9738af4d5d58186080b3cd51ddac5953f516c49ad6f0bd1cade99564c6801 [INFO] running `Command { std: "docker" "start" "-a" "f2b9738af4d5d58186080b3cd51ddac5953f516c49ad6f0bd1cade99564c6801", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.license_file [INFO] [stderr] Compiling rudder v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tendril v0.4.1 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "f2b9738af4d5d58186080b3cd51ddac5953f516c49ad6f0bd1cade99564c6801", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b9738af4d5d58186080b3cd51ddac5953f516c49ad6f0bd1cade99564c6801", kill_on_drop: false }` [INFO] [stdout] f2b9738af4d5d58186080b3cd51ddac5953f516c49ad6f0bd1cade99564c6801 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+1.63.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a5a57ef636a9d4226b337ee5f649a1f06f0d89b08230ee1baea3ab5505d10b1b [INFO] running `Command { std: "docker" "start" "-a" "a5a57ef636a9d4226b337ee5f649a1f06f0d89b08230ee1baea3ab5505d10b1b", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.license_file [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tendril v0.4.1 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rudder-b7d27a02d95f5ddb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a5a57ef636a9d4226b337ee5f649a1f06f0d89b08230ee1baea3ab5505d10b1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5a57ef636a9d4226b337ee5f649a1f06f0d89b08230ee1baea3ab5505d10b1b", kill_on_drop: false }` [INFO] [stdout] a5a57ef636a9d4226b337ee5f649a1f06f0d89b08230ee1baea3ab5505d10b1b