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

The base port value is incorrect #42

Merged
merged 3 commits into from
Mar 26, 2022
Merged

The base port value is incorrect #42

merged 3 commits into from
Mar 26, 2022

Conversation

yukihirop
Copy link
Owner

Summary

Resolve #36

Other Information

N/A

Work

(⎈ |minikube:default)#2022-03-26 14:30|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues36/fix_port)
$ cargo run start
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/libconst_fn-8af6ecc2b940a780.dylib
   Compiling ultraman v0.1.2 (/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.12s
     Running `target/debug/ultraman start`
14:30:56 system    | loop.1    start at pid: 21680
14:30:56 system    | exit_0.1  start at pid: 21682
14:30:56 system    | exit_1.1  start at pid: 21681
14:30:57 loop.1    | 6000
14:30:58 exit_1.1  | failed
14:30:58 loop.1    | 6000
14:30:58 exit_1.1  | exited with code 1
14:30:58 system    | sending SIGTERM for loop.1    at pid 21680
14:30:58 system    | sending SIGTERM for exit_0.1  at pid 21682
14:30:58 exit_0.1  | terminated by SIGTERM
14:30:58 loop.1    | terminated by SIGTERM

Test

(⎈ |minikube:default)#2022-03-26 14:30|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues36/fix_port)
$ cargo test
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/libconst_fn-8af6ecc2b940a780.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-bb3643b00a0b9296)

running 15 tests
test procfile::tests::test_padding ... ok
test procfile::tests::test_find_by ... ok
test procfile::tests::test_process_len ... ok
test log::tests::test_output_when_not_coloring ... ok
test procfile::tests::test_set_concurrency ... ok
test procfile::tests::test_set_concurrency_all ... ok
test signal::tests::test_trap_signal_at_multithred ... ignored
test log::tests::test_output_when_coloring ... ok
test log::tests::test_error ... ok
test procfile::tests::test_set_concurrency_when_panic - should panic ... ok
test procfile::tests::test_parse_procfile ... ok
test env::tests::test_read_env ... ok
test stream_read::tests::test_new ... ok
test output::tests::test_handle_output ... ok
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.05s

(⎈ |minikube:default)#2022-03-26 14:31|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues36/fix_port)

@yukihirop yukihirop self-assigned this Mar 26, 2022
@yukihirop yukihirop added improvement bug Something isn't working and removed improvement labels Mar 26, 2022
@yukihirop yukihirop merged commit c0d9f46 into main Mar 26, 2022
@yukihirop yukihirop deleted the issues36/fix_port branch March 26, 2022 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The base port value is incorrect
1 participant