[INFO] cloning repository https://github.com/Marwes/nombine [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Marwes/nombine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarwes%2Fnombine"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarwes%2Fnombine'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b854178520df7bde64274ab31cfb20b8ac8fa6f6 [INFO] testing Marwes/nombine against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarwes%2Fnombine" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Marwes/nombine on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Marwes/nombine [INFO] finished tweaking git repo https://github.com/Marwes/nombine [INFO] tweaked toml for git repo https://github.com/Marwes/nombine written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Marwes/nombine already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 4107fa160235d160140d91ff9169a6f5a4b68f320aadae24c2eec7885fcb462b [INFO] running `"docker" "start" "-a" "4107fa160235d160140d91ff9169a6f5a4b68f320aadae24c2eec7885fcb462b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nombine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling combine v3.5.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.78s [INFO] running `"docker" "inspect" "4107fa160235d160140d91ff9169a6f5a4b68f320aadae24c2eec7885fcb462b"` [INFO] running `"docker" "rm" "-f" "4107fa160235d160140d91ff9169a6f5a4b68f320aadae24c2eec7885fcb462b"` [INFO] [stdout] 4107fa160235d160140d91ff9169a6f5a4b68f320aadae24c2eec7885fcb462b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 0b9893641cec6de0d0d139693cac8d4541d50bbfc37446dce7a4652dbd9916c1 [INFO] running `"docker" "start" "-a" "0b9893641cec6de0d0d139693cac8d4541d50bbfc37446dce7a4652dbd9916c1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.15 [INFO] [stderr] Compiling cc v1.0.22 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling serde v1.0.75 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling regex v1.0.4 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling same-file v1.0.3 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling pulldown-cmark v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling bytecount v0.3.2 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling log v0.4.4 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling walkdir v2.2.5 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling handlebars v1.0.3 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling little-skeptic v0.15.0 [INFO] [stderr] Compiling nombine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "0b9893641cec6de0d0d139693cac8d4541d50bbfc37446dce7a4652dbd9916c1"` [INFO] running `"docker" "rm" "-f" "0b9893641cec6de0d0d139693cac8d4541d50bbfc37446dce7a4652dbd9916c1"` [INFO] [stdout] 0b9893641cec6de0d0d139693cac8d4541d50bbfc37446dce7a4652dbd9916c1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] eb33129c417a73af27c2d1609976747402e176977b81186ae13de3ce4e120288 [INFO] running `"docker" "start" "-a" "eb33129c417a73af27c2d1609976747402e176977b81186ae13de3ce4e120288"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nombine-45c226eaac8dd715 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/skeptic-000d67aadcc6790a [INFO] [stdout] test std_tests::test_from_combine ... ok [INFO] [stdout] test tests::test_nested ... ok [INFO] [stdout] test tests::test_error ... ok [INFO] [stdout] test std_tests::test_error_position ... ok [INFO] [stdout] test tests::test_or ... ok [INFO] [stdout] test tests::test_from_nom ... ok [INFO] [stdout] test std_tests::test_error_position_eof ... ok [INFO] [stdout] test tests::parse_color ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 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 nombine [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - from_nom (line 116) ... ok [INFO] [stdout] test src/lib.rs - from_combine (line 201) ... ok [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "eb33129c417a73af27c2d1609976747402e176977b81186ae13de3ce4e120288"` [INFO] running `"docker" "rm" "-f" "eb33129c417a73af27c2d1609976747402e176977b81186ae13de3ce4e120288"` [INFO] [stdout] eb33129c417a73af27c2d1609976747402e176977b81186ae13de3ce4e120288