[INFO] cloning repository https://github.com/zhangkaizhao/repos [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhangkaizhao/repos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangkaizhao%2Frepos"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangkaizhao%2Frepos'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6164b25c81b4cf4a134c356cd7b200dab4369573 [INFO] testing zhangkaizhao/repos against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangkaizhao%2Frepos" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zhangkaizhao/repos on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zhangkaizhao/repos [INFO] finished tweaking git repo https://github.com/zhangkaizhao/repos [INFO] tweaked toml for git repo https://github.com/zhangkaizhao/repos written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/zhangkaizhao/repos already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded remove_empty_subdirs v0.1.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99d00a280eda5396269b1ac183843ee9099fba1415141ec8b25e3bec7cd11745 [INFO] running `"docker" "start" "-a" "99d00a280eda5396269b1ac183843ee9099fba1415141ec8b25e3bec7cd11745"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling matches v0.1.7 [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling remove_empty_subdirs v0.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling repos-tool v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | Ok(relpath.trim_right_matches(".git").to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | url.trim_right_matches(".git").to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.56s [INFO] running `"docker" "inspect" "99d00a280eda5396269b1ac183843ee9099fba1415141ec8b25e3bec7cd11745"` [INFO] running `"docker" "rm" "-f" "99d00a280eda5396269b1ac183843ee9099fba1415141ec8b25e3bec7cd11745"` [INFO] [stdout] 99d00a280eda5396269b1ac183843ee9099fba1415141ec8b25e3bec7cd11745 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0c02d61f44968556da22c74e389e4359f94c4ec3aa2084b16ad419304bbb9d2d [INFO] running `"docker" "start" "-a" "0c02d61f44968556da22c74e389e4359f94c4ec3aa2084b16ad419304bbb9d2d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | Ok(relpath.trim_right_matches(".git").to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | url.trim_right_matches(".git").to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling tempfile v3.0.3 [INFO] [stderr] Compiling repos-tool v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | Ok(relpath.trim_right_matches(".git").to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | url.trim_right_matches(".git").to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.29s [INFO] running `"docker" "inspect" "0c02d61f44968556da22c74e389e4359f94c4ec3aa2084b16ad419304bbb9d2d"` [INFO] running `"docker" "rm" "-f" "0c02d61f44968556da22c74e389e4359f94c4ec3aa2084b16ad419304bbb9d2d"` [INFO] [stdout] 0c02d61f44968556da22c74e389e4359f94c4ec3aa2084b16ad419304bbb9d2d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c5b7a5802ab2fad1bd219444a111fb0f633ea56feed425c2422e400d3180f65 [INFO] running `"docker" "start" "-a" "6c5b7a5802ab2fad1bd219444a111fb0f633ea56feed425c2422e400d3180f65"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | Ok(relpath.trim_right_matches(".git").to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | url.trim_right_matches(".git").to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | Ok(relpath.trim_right_matches(".git").to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/util.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | url.trim_right_matches(".git").to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/repos-8dc07a49fd6e69e1 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test metadata::tests::md_loads ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/repos-b2f95009142f5a4e [INFO] [stdout] test metadata::tests::md_load ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 repos [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 `"docker" "inspect" "6c5b7a5802ab2fad1bd219444a111fb0f633ea56feed425c2422e400d3180f65"` [INFO] running `"docker" "rm" "-f" "6c5b7a5802ab2fad1bd219444a111fb0f633ea56feed425c2422e400d3180f65"` [INFO] [stdout] 6c5b7a5802ab2fad1bd219444a111fb0f633ea56feed425c2422e400d3180f65