[INFO] cloning repository https://github.com/eZanmoto/term_emu_poc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eZanmoto/term_emu_poc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeZanmoto%2Fterm_emu_poc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeZanmoto%2Fterm_emu_poc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62f1db9a28e1193eb546533d4fee1d50a2e3f588 [INFO] testing eZanmoto/term_emu_poc against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeZanmoto%2Fterm_emu_poc" "/workspace/builds/worker-100/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-100/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eZanmoto/term_emu_poc on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eZanmoto/term_emu_poc [INFO] finished tweaking git repo https://github.com/eZanmoto/term_emu_poc [INFO] tweaked toml for git repo https://github.com/eZanmoto/term_emu_poc written to /workspace/builds/worker-100/source/Cargo.toml [INFO] crate git repo https://github.com/eZanmoto/term_emu_poc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4ee09324fe1bac161d0d290d1365460c1a28121b53d32335160ed2c78fbbc61 [INFO] running `Command { std: "docker" "start" "-a" "a4ee09324fe1bac161d0d290d1365460c1a28121b53d32335160ed2c78fbbc61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4ee09324fe1bac161d0d290d1365460c1a28121b53d32335160ed2c78fbbc61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4ee09324fe1bac161d0d290d1365460c1a28121b53d32335160ed2c78fbbc61", kill_on_drop: false }` [INFO] [stdout] a4ee09324fe1bac161d0d290d1365460c1a28121b53d32335160ed2c78fbbc61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2952202b728ab538fdf45ba095f8414f34fabd9eea8259f5fbac8a39edf6fd3 [INFO] running `Command { std: "docker" "start" "-a" "b2952202b728ab538fdf45ba095f8414f34fabd9eea8259f5fbac8a39edf6fd3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling copypasta v0.0.1 (https://github.com/alacritty/alacritty?rev=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8#7433f45f) [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.3 (https://github.com/jwilm/libfontconfig?branch=updated-2017-10-8#5c1845e1) [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling inotify v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling euclid v0.17.3 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling freetype-rs v0.13.0 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 (https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8#be2b94de) [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Compiling alacritty v0.1.0 (https://github.com/alacritty/alacritty?rev=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8#7433f45f) [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling mio-more v0.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling font v0.1.0 (https://github.com/alacritty/alacritty?rev=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8#7433f45f) [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.15.1 [INFO] [stderr] Compiling tep v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `Command { std: "docker" "inspect" "b2952202b728ab538fdf45ba095f8414f34fabd9eea8259f5fbac8a39edf6fd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2952202b728ab538fdf45ba095f8414f34fabd9eea8259f5fbac8a39edf6fd3", kill_on_drop: false }` [INFO] [stdout] b2952202b728ab538fdf45ba095f8414f34fabd9eea8259f5fbac8a39edf6fd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed59974ffe553a7744b5d60fdca025237786ad93d76a0703f6040c8f11bfe025 [INFO] running `Command { std: "docker" "start" "-a" "ed59974ffe553a7744b5d60fdca025237786ad93d76a0703f6040c8f11bfe025", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tep v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.34s [INFO] running `Command { std: "docker" "inspect" "ed59974ffe553a7744b5d60fdca025237786ad93d76a0703f6040c8f11bfe025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed59974ffe553a7744b5d60fdca025237786ad93d76a0703f6040c8f11bfe025", kill_on_drop: false }` [INFO] [stdout] ed59974ffe553a7744b5d60fdca025237786ad93d76a0703f6040c8f11bfe025 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 294c7cb4ab605d392e0c2c19bd62030ae53f7c0460fd826200ac0ef54754bfe2 [INFO] running `Command { std: "docker" "start" "-a" "294c7cb4ab605d392e0c2c19bd62030ae53f7c0460fd826200ac0ef54754bfe2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.49s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tep-0e8c8083394cef58) [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" "294c7cb4ab605d392e0c2c19bd62030ae53f7c0460fd826200ac0ef54754bfe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "294c7cb4ab605d392e0c2c19bd62030ae53f7c0460fd826200ac0ef54754bfe2", kill_on_drop: false }` [INFO] [stdout] 294c7cb4ab605d392e0c2c19bd62030ae53f7c0460fd826200ac0ef54754bfe2