[INFO] updating cached repository https://github.com/casey/odin [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] acebf3656b648e26d36a1a1dc41aabe52356b5cc [INFO] testing casey/odin against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasey%2Fodin" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/casey/odin 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/casey/odin [INFO] finished tweaking git repo https://github.com/casey/odin [INFO] tweaked toml for git repo https://github.com/casey/odin written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/casey/odin 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] bb6385e2a33398d809ad4211d365fd77945ee1b5e73b05dff8538fefe38012a7 [INFO] running `"docker" "start" "-a" "bb6385e2a33398d809ad4211d365fd77945ee1b5e73b05dff8538fefe38012a7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling unindent v0.1.4 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling webbrowser v0.5.1 [INFO] [stderr] Compiling ansi_term v0.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling globwalk v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Compiling tera v1.0.0-beta.14 [INFO] [stderr] Compiling indoc v0.3.4 [INFO] [stderr] Compiling odin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `"docker" "inspect" "bb6385e2a33398d809ad4211d365fd77945ee1b5e73b05dff8538fefe38012a7"` [INFO] running `"docker" "rm" "-f" "bb6385e2a33398d809ad4211d365fd77945ee1b5e73b05dff8538fefe38012a7"` [INFO] [stdout] bb6385e2a33398d809ad4211d365fd77945ee1b5e73b05dff8538fefe38012a7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 2b51b89254319f4df2f6ad8ac7929b94aa3e8a3b1177862e7ec33b06072ff2a1 [INFO] running `"docker" "start" "-a" "2b51b89254319f4df2f6ad8ac7929b94aa3e8a3b1177862e7ec33b06072ff2a1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Compiling executable-path v1.0.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling odin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.34s [INFO] running `"docker" "inspect" "2b51b89254319f4df2f6ad8ac7929b94aa3e8a3b1177862e7ec33b06072ff2a1"` [INFO] running `"docker" "rm" "-f" "2b51b89254319f4df2f6ad8ac7929b94aa3e8a3b1177862e7ec33b06072ff2a1"` [INFO] [stdout] 2b51b89254319f4df2f6ad8ac7929b94aa3e8a3b1177862e7ec33b06072ff2a1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] f19a5b105e09d4bb6541ec39211354d73894a79386b310353e62214e974c5467 [INFO] running `"docker" "start" "-a" "f19a5b105e09d4bb6541ec39211354d73894a79386b310353e62214e974c5467"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/odin-d2d38fc192303ce1 [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test config::tests::child_inherits_from_default ... ok [INFO] [stdout] test location::tests::display_name ... ok [INFO] [stdout] test config::tests::root_has_no_parent ... ok [INFO] [stdout] test error::test::display_alias_target_unknown ... ok [INFO] [stdout] test config::tests::unknown_alias ... ok [INFO] [stdout] test config::tests::alias_in_parent_does_not_find_target_in_child ... ok [INFO] [stdout] test config::tests::child_has_parent ... ok [INFO] [stdout] test error::test::display_config_deserialize ... ok [INFO] [stdout] test location::tests::display_path ... ok [INFO] [stdout] test subcommand::dump::tests::templates_and_aliases ... ok [INFO] [stdout] test context::tests::child_alias_finds_child_target ... ok [INFO] [stdout] test context::tests::alias_in_parent_ignores_targets_in_child ... ok [INFO] [stdout] test context::tests::child_template_shadows_parent ... ok [INFO] [stdout] test fn_env::tests::not_unicode ... ok [INFO] [stdout] test fn_env::tests::simple ... ok [INFO] [stdout] test context::tests::simple ... ok [INFO] [stdout] test fn_env::tests::missing ... ok [INFO] [stdout] test context::tests::parent_template_resolves ... ok [INFO] [stdout] test context::tests::child_alias_resolves_to_parent_target ... ok [INFO] [stdout] test subcommand::dump::tests::templates ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cmd_function-fb8cd1331e752288 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test echo ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/default_templates-b6d93232199cd7c6 [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test stack_overflow ... ok [INFO] [stdout] test google ... ok [INFO] [stdout] test github ... 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" "f19a5b105e09d4bb6541ec39211354d73894a79386b310353e62214e974c5467"` [INFO] running `"docker" "rm" "-f" "f19a5b105e09d4bb6541ec39211354d73894a79386b310353e62214e974c5467"` [INFO] [stdout] f19a5b105e09d4bb6541ec39211354d73894a79386b310353e62214e974c5467