[INFO] updating cached repository https://github.com/mockersf/jencli [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] [stderr] From https://github.com/mockersf/jencli [INFO] [stderr] 8c1567c..b734200 master -> master [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b7342005fa3fe9a2d184bd53c6743ace3f7fcb25 [INFO] testing mockersf/jencli against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmockersf%2Fjencli" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mockersf/jencli on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mockersf/jencli [INFO] finished tweaking git repo https://github.com/mockersf/jencli [INFO] tweaked toml for git repo https://github.com/mockersf/jencli written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mockersf/jencli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9e6d3eecaebfd6c96d2140ddd9cbf1d2936a91bad319c7e4d5c3ee228ef8196 [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" "b9e6d3eecaebfd6c96d2140ddd9cbf1d2936a91bad319c7e4d5c3ee228ef8196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9e6d3eecaebfd6c96d2140ddd9cbf1d2936a91bad319c7e4d5c3ee228ef8196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e6d3eecaebfd6c96d2140ddd9cbf1d2936a91bad319c7e4d5c3ee228ef8196", kill_on_drop: false }` [INFO] [stdout] b9e6d3eecaebfd6c96d2140ddd9cbf1d2936a91bad319c7e4d5c3ee228ef8196 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8fd4d43db54fcb0e3d12d464fafc005b526da15ba2e5c11629eb358a31432c68 [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" "8fd4d43db54fcb0e3d12d464fafc005b526da15ba2e5c11629eb358a31432c68", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling encoding_rs v0.8.16 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling java-properties v1.2.0 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tokio v0.2.9 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.9 [INFO] [stderr] Compiling pin-project v0.4.6 [INFO] [stderr] Compiling hyper v0.13.1 [INFO] [stderr] Compiling structopt v0.3.16 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling toml v0.5.5 [INFO] [stderr] Compiling reqwest v0.10.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling handlebars v3.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling hocon v0.3.4 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling jenkins_api v0.6.0 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.23 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.9 [INFO] [stderr] Compiling jencli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 54s [INFO] running `Command { std: "docker" "inspect" "8fd4d43db54fcb0e3d12d464fafc005b526da15ba2e5c11629eb358a31432c68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fd4d43db54fcb0e3d12d464fafc005b526da15ba2e5c11629eb358a31432c68", kill_on_drop: false }` [INFO] [stdout] 8fd4d43db54fcb0e3d12d464fafc005b526da15ba2e5c11629eb358a31432c68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87d5edff9663895d25f8517196e2bb08f75e87db4055de1a2a5c4d30a7d9b1db [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" "87d5edff9663895d25f8517196e2bb08f75e87db4055de1a2a5c4d30a7d9b1db", kill_on_drop: false }` [INFO] [stderr] Compiling jencli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.95s [INFO] running `Command { std: "docker" "inspect" "87d5edff9663895d25f8517196e2bb08f75e87db4055de1a2a5c4d30a7d9b1db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d5edff9663895d25f8517196e2bb08f75e87db4055de1a2a5c4d30a7d9b1db", kill_on_drop: false }` [INFO] [stdout] 87d5edff9663895d25f8517196e2bb08f75e87db4055de1a2a5c4d30a7d9b1db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ed5cada99a89ac22a5a1f94f0d99c95f803c7f169e481e53aa8dccd31c1f4ca [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" "7ed5cada99a89ac22a5a1f94f0d99c95f803c7f169e481e53aa8dccd31c1f4ca", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/jencli-3c505c2ac2287ff7 [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] [stderr] Running /opt/rustwide/target/debug/deps/jencli-ab7d302826a677de [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] [stderr] Doc-tests jencli [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" "7ed5cada99a89ac22a5a1f94f0d99c95f803c7f169e481e53aa8dccd31c1f4ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ed5cada99a89ac22a5a1f94f0d99c95f803c7f169e481e53aa8dccd31c1f4ca", kill_on_drop: false }` [INFO] [stdout] 7ed5cada99a89ac22a5a1f94f0d99c95f803c7f169e481e53aa8dccd31c1f4ca