Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.1.3 #43

Merged
merged 3 commits into from
Mar 26, 2022
Merged

Release/v0.1.3 #43

merged 3 commits into from
Mar 26, 2022

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Mar 26, 2022

Summary

Release v0.1.3

Work

  • cargo run start|run|export
(⎈ |minikube:default)#2022-03-26 14:53|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (release/v0.1.3)
$ cargo run start
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libconst_fn-8af6ecc2b940a780.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libproc_macro_error_attr-a9c8a9c7d06f0334.dylib
   Compiling ultraman v0.1.3 (/Users/yukihirop/RustProjects/ultraman)
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libstructopt_derive-91aeda76a19b601d.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libstructopt_derive-7695d8bd7992ed19.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libpest_derive-c3453fa0646f45e9.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libpest_derive-81003b802451323e.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libconst_fn-8af6ecc2b940a780.dylib
    Finished dev [unoptimized + debuginfo] target(s) in 3.71s
     Running `target/debug/ultraman start`
14:53:19 system    | exit_1.1  start at pid: 27013
14:53:19 system    | loop.1    start at pid: 27012
14:53:19 system    | exit_0.1  start at pid: 27014
14:53:20 loop.1    | 6200
14:53:21 exit_1.1  | failed
14:53:21 exit_1.1  | exited with code 1
14:53:21 system    | sending SIGTERM for loop.1    at pid 27012
14:53:21 system    | sending SIGTERM for exit_0.1  at pid 27014
14:53:21 exit_0.1  | terminated by SIGTERM
14:53:21 loop.1    | terminated by SIGTERM

Test

  • cargo test
  • cargo test -- --ignore
  • cargo test -- --no-capture
$ cargo test -- --nocapture
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libconst_fn-8af6ecc2b940a780.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libproc_macro_error_attr-a9c8a9c7d06f0334.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libstructopt_derive-91aeda76a19b601d.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libstructopt_derive-7695d8bd7992ed19.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libpest_derive-c3453fa0646f45e9.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libpest_derive-81003b802451323e.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/yukihirop/RustProjects/ultraman/target/debug/deps/libconst_fn-8af6ecc2b940a780.dylib
    Finished test [unoptimized + debuginfo] target(s) in 0.17s
     Running unittests (target/debug/deps/ultraman-3bed4bb9ea445a00)

running 15 tests
test procfile::tests::test_find_by ... ok
test procfile::tests::test_padding ... ok
test procfile::tests::test_process_len ... ok
14:54:40 output 1   | not coloring
test procfile::tests::test_set_concurrency ... ok14:54:40 output 1   | coloring
14:54:40 test_app   | error: TestError("test error")

test log::tests::test_output_when_not_coloring ... ok
test log::tests::test_output_when_coloring ... ok
test log::tests::test_error ... ok
test signal::tests::test_trap_signal_at_multithred ... ignored
test procfile::tests::test_set_concurrency_all ... ok
test procfile::tests::test_parse_procfile ... ok
thread 'procfile::tests::test_set_concurrency_when_panic' panicked at 'Do not support formation: hoge=1,fuga=2', src/procfile.rs:75:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test procfile::tests::test_set_concurrency_when_panic - should panic ... ok
test env::tests::test_read_env ... ok
test stream_read::tests::test_new ... ok
14:54:40 system     | sending SIGTERM for check_for_child_termination_thread-1 at pid 27382
14:54:40 system     | sending SIGTERM for check_for_child_termination_thread-2 at pid 27384
14:54:40 check_for_child_termination_thread-2 | terminated by SIGTERM
14:54:40 check_for_child_termination_thread-1 | terminated by SIGTERM
14:54:41 handle_output |  1
14:54:42 handle_output |  2
14:54:43 handle_output |  3
test output::tests::test_handle_output ... ok
thread 'check child terminated' panicked at 'exit 0', src/process.rs:144:17
thread 'process::tests::test_build_check_for_child_termination_thread' panicked at 'exit 0: Any { .. }', src/process.rs:217:10
test process::tests::test_build_check_for_child_termination_thread - should panic ... ok

test result: ok. 14 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.06s

@yukihirop yukihirop self-assigned this Mar 26, 2022
@yukihirop yukihirop merged commit ab04cd4 into main Mar 26, 2022
@yukihirop yukihirop deleted the release/v0.1.3 branch March 26, 2022 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant