[INFO] cloning repository https://github.com/l4l/yofi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/l4l/yofi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl4l%2Fyofi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl4l%2Fyofi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 377497b134970347ae91a71320cf31d046342d33 [INFO] testing l4l/yofi against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl4l%2Fyofi" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/l4l/yofi on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/l4l/yofi [INFO] finished tweaking git repo https://github.com/l4l/yofi [INFO] tweaked toml for git repo https://github.com/l4l/yofi written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/l4l/yofi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31be2066cb4708fd555a871a531d59289ce239fab0a4817ce54c160667c0970b [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" "31be2066cb4708fd555a871a531d59289ce239fab0a4817ce54c160667c0970b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31be2066cb4708fd555a871a531d59289ce239fab0a4817ce54c160667c0970b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31be2066cb4708fd555a871a531d59289ce239fab0a4817ce54c160667c0970b", kill_on_drop: false }` [INFO] [stdout] 31be2066cb4708fd555a871a531d59289ce239fab0a4817ce54c160667c0970b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 416c4b5ed49f18b007ea738afbcb7421f9d71896ab5183d018cf6ba4011c9480 [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" "416c4b5ed49f18b007ea738afbcb7421f9d71896ab5183d018cf6ba4011c9480", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling rctree v0.3.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling pico-args v0.3.4 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling sw-composite v0.7.14 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling oneshot v0.1.2 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling kurbo v0.7.1 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling rgb v0.8.25 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling roxmltree v0.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling simplecss v0.2.0 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling wide v0.6.4 [INFO] [stderr] Compiling svgfilters v0.2.0 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling lyon_geom v0.16.2 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling usvg v0.12.0 [INFO] [stderr] Compiling freetype v0.7.0 [INFO] [stderr] Compiling servo-fontconfig v0.5.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling font-kit v0.10.0 [INFO] [stderr] Compiling tiny-skia v0.2.0 [INFO] [stderr] Compiling raqote v0.8.1-alpha.0 (https://github.com/l4l/raqote.git?rev=27cfc13#27cfc131) [INFO] [stderr] Compiling fzyr v0.1.2 (https://github.com/l4l/fzyr.git?rev=d5c83e3#d5c83e3f) [INFO] [stderr] Compiling wayland-commons v0.28.2 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling resvg v0.12.0 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Compiling wayland-cursor v0.28.2 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling freedesktop_entry_parser v1.1.1 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling yofi v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 06s [INFO] running `Command { std: "docker" "inspect" "416c4b5ed49f18b007ea738afbcb7421f9d71896ab5183d018cf6ba4011c9480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "416c4b5ed49f18b007ea738afbcb7421f9d71896ab5183d018cf6ba4011c9480", kill_on_drop: false }` [INFO] [stdout] 416c4b5ed49f18b007ea738afbcb7421f9d71896ab5183d018cf6ba4011c9480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e66cf597213897b1a4ccd629551348ff815992af0df1ca3940c70dfb0f10273d [INFO] running `Command { std: "docker" "start" "-a" "e66cf597213897b1a4ccd629551348ff815992af0df1ca3940c70dfb0f10273d", kill_on_drop: false }` [INFO] [stderr] Compiling test-case v1.0.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling yofi v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.70s [INFO] running `Command { std: "docker" "inspect" "e66cf597213897b1a4ccd629551348ff815992af0df1ca3940c70dfb0f10273d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e66cf597213897b1a4ccd629551348ff815992af0df1ca3940c70dfb0f10273d", kill_on_drop: false }` [INFO] [stdout] e66cf597213897b1a4ccd629551348ff815992af0df1ca3940c70dfb0f10273d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4728cc6892a95e7053caaf25724dc26106b7caffc8f25a77b8140c2423c0b02d [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" "4728cc6892a95e7053caaf25724dc26106b7caffc8f25a77b8140c2423c0b02d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/yofi-142e1c29adaa0f4c [INFO] [stdout] running 9 tests [INFO] [stdout] test input_parser::tests::test_parse::empty_string ... ok [INFO] [stdout] test input_parser::tests::test_parse::all_but_search_string ... ok [INFO] [stdout] test input_parser::tests::test_parse::search_string_with_env_then_args ... ok [INFO] [stdout] test input_parser::tests::test_parse::search_string_with_exact_prefix ... ok [INFO] [stdout] test input_parser::tests::test_parse::search_string ... ok [INFO] [stdout] test input_parser::tests::test_parse::search_string_with_args_then_env ... ok [INFO] [stdout] test input_parser::tests::test_parse::search_string_with_working_dir_then_env_then_args ... ok [INFO] [stdout] test input_parser::tests::test_parse::with_all_params ... ok [INFO] [stdout] test input_parser::tests::test_parse_all ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4728cc6892a95e7053caaf25724dc26106b7caffc8f25a77b8140c2423c0b02d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4728cc6892a95e7053caaf25724dc26106b7caffc8f25a77b8140c2423c0b02d", kill_on_drop: false }` [INFO] [stdout] 4728cc6892a95e7053caaf25724dc26106b7caffc8f25a77b8140c2423c0b02d