[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62f1db9a28e1193eb546533d4fee1d50a2e3f588 [INFO] testing eZanmoto/term_emu_poc against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeZanmoto%2Fterm_emu_poc" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eZanmoto/term_emu_poc on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-14/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.45.2" "fetch" "--locked" "--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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb0d5a49533055b6dc0c468199ab55a5e56bb5e7ce194ecd0f1f9bc03981d99c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb0d5a49533055b6dc0c468199ab55a5e56bb5e7ce194ecd0f1f9bc03981d99c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb0d5a49533055b6dc0c468199ab55a5e56bb5e7ce194ecd0f1f9bc03981d99c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb0d5a49533055b6dc0c468199ab55a5e56bb5e7ce194ecd0f1f9bc03981d99c", kill_on_drop: false }` [INFO] [stdout] fb0d5a49533055b6dc0c468199ab55a5e56bb5e7ce194ecd0f1f9bc03981d99c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac392af2e50d3f39c242f3b041e537acbfe0e49fa9e211ee88a8a828d81b1d7a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ac392af2e50d3f39c242f3b041e537acbfe0e49fa9e211ee88a8a828d81b1d7a", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling copypasta v0.0.1 (https://github.com/alacritty/alacritty?rev=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8#7433f45f) [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.3 (https://github.com/jwilm/libfontconfig?branch=updated-2017-10-8#5c1845e1) [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling inotify v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling euclid v0.17.3 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling mio-more v0.1.0 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling freetype-rs v0.13.0 [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stderr] Compiling notify v4.0.15 [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 font v0.1.0 (https://github.com/alacritty/alacritty?rev=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8#7433f45f) [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling env_logger v0.5.13 [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 1m 36s [INFO] running `Command { std: "docker" "inspect" "ac392af2e50d3f39c242f3b041e537acbfe0e49fa9e211ee88a8a828d81b1d7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac392af2e50d3f39c242f3b041e537acbfe0e49fa9e211ee88a8a828d81b1d7a", kill_on_drop: false }` [INFO] [stdout] ac392af2e50d3f39c242f3b041e537acbfe0e49fa9e211ee88a8a828d81b1d7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b0f8bdfd7c6629027c5ad911e38d001d213f35b2d4337971e648fc241ff7bc3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6b0f8bdfd7c6629027c5ad911e38d001d213f35b2d4337971e648fc241ff7bc3", kill_on_drop: false }` [INFO] [stderr] Compiling tep v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `Command { std: "docker" "inspect" "6b0f8bdfd7c6629027c5ad911e38d001d213f35b2d4337971e648fc241ff7bc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b0f8bdfd7c6629027c5ad911e38d001d213f35b2d4337971e648fc241ff7bc3", kill_on_drop: false }` [INFO] [stdout] 6b0f8bdfd7c6629027c5ad911e38d001d213f35b2d4337971e648fc241ff7bc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cd88fb804f6b9ce791d5b36af321f8ce50977bb638a0b363563d8abaa786618c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cd88fb804f6b9ce791d5b36af321f8ce50977bb638a0b363563d8abaa786618c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tep-851e15b072475d02 [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cd88fb804f6b9ce791d5b36af321f8ce50977bb638a0b363563d8abaa786618c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd88fb804f6b9ce791d5b36af321f8ce50977bb638a0b363563d8abaa786618c", kill_on_drop: false }` [INFO] [stdout] cd88fb804f6b9ce791d5b36af321f8ce50977bb638a0b363563d8abaa786618c