[INFO] updating cached repository https://github.com/kari-lang/kari [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 02bab6959575485c11606ab72251b79c974934b2 [INFO] testing kari-lang/kari against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkari-lang%2Fkari" "/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/kari-lang/kari 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/kari-lang/kari [INFO] finished tweaking git repo https://github.com/kari-lang/kari [INFO] tweaked toml for git repo https://github.com/kari-lang/kari written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/kari-lang/kari 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] 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" "+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] 460353134ae4d1f72abc4c7c0c127ddf31a440bb539d3e4d59c021647c8af2f4 [INFO] running `"docker" "start" "-a" "460353134ae4d1f72abc4c7c0c127ddf31a440bb539d3e4d59c021647c8af2f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling acc_reader v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling termion v1.5.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling decorum v0.1.3 [INFO] [stderr] Compiling kari v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.35s [INFO] running `"docker" "inspect" "460353134ae4d1f72abc4c7c0c127ddf31a440bb539d3e4d59c021647c8af2f4"` [INFO] running `"docker" "rm" "-f" "460353134ae4d1f72abc4c7c0c127ddf31a440bb539d3e4d59c021647c8af2f4"` [INFO] [stdout] 460353134ae4d1f72abc4c7c0c127ddf31a440bb539d3e4d59c021647c8af2f4 [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" "+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] 2c4cef31e9eb2db5c973356e9ecabd9dbc4338a8adf19fb0870fa2dfeb1003ae [INFO] running `"docker" "start" "-a" "2c4cef31e9eb2db5c973356e9ecabd9dbc4338a8adf19fb0870fa2dfeb1003ae"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling kari v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.95s [INFO] running `"docker" "inspect" "2c4cef31e9eb2db5c973356e9ecabd9dbc4338a8adf19fb0870fa2dfeb1003ae"` [INFO] running `"docker" "rm" "-f" "2c4cef31e9eb2db5c973356e9ecabd9dbc4338a8adf19fb0870fa2dfeb1003ae"` [INFO] [stdout] 2c4cef31e9eb2db5c973356e9ecabd9dbc4338a8adf19fb0870fa2dfeb1003ae [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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] 20ebd4a68b9da7dcf1e69b9570a4b70670f54054a6538f27df2ae0610048270e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "20ebd4a68b9da7dcf1e69b9570a4b70670f54054a6538f27df2ae0610048270e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/kari-f9a8cdc0a01d687f [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test functions::tests::it_should_reject_functions_more_specific_than_a_defined_function ... ok [INFO] [stdout] test functions::tests::it_should_reject_functions_less_specific_than_a_defined_function ... ok [INFO] [stdout] test functions::tests::it_should_not_find_function_defined_in_child_scope ... ok [INFO] [stdout] test functions::tests::it_should_find_function_defined_in_parent_scope ... ok [INFO] [stdout] test value::cast::test::it_should_cast_three_values ... ok [INFO] [stdout] test value::cast::test::it_should_cast_two_values ... ok [INFO] [stdout] test value::cast::test::it_should_cast_a_single_value ... ok [INFO] [stdout] test functions::tests::it_should_return_the_function_that_matches_the_types_on_the_stack ... ok [INFO] [stdout] test functions::tests::it_should_return_none_if_function_wasnt_defined ... ok [INFO] [stdout] test functions::tests::it_should_return_list_of_candidates_if_function_doesnt_match_stack ... ok [INFO] [stdout] test functions::tests::it_should_return_functions_that_were_defined ... ok [INFO] [stdout] test functions::tests::it_should_return_function_without_args_regardless_of_stack ... ok [INFO] [stdout] test functions::tests::it_should_reject_functions_that_are_already_defined ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/kari-02ce7e431599f741 [INFO] [stdout] test functions::tests::it_should_reject_no_arg_functions_if_name_is_already_taken ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tester-33f6a264d606af09 [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] [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 kari [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" "20ebd4a68b9da7dcf1e69b9570a4b70670f54054a6538f27df2ae0610048270e"` [INFO] running `"docker" "rm" "-f" "20ebd4a68b9da7dcf1e69b9570a4b70670f54054a6538f27df2ae0610048270e"` [INFO] [stdout] 20ebd4a68b9da7dcf1e69b9570a4b70670f54054a6538f27df2ae0610048270e