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

link to central/one service API repos directly instead of crates.io #204

Closed
wants to merge 1 commit into from

Conversation

glimberg
Copy link
Contributor

Since we can't yet update the zerotier-central-api and zerotier-one-api crates directly, link directly to the git repository for them instead.

@glimberg
Copy link
Contributor Author

Will have to figure out why all the integration tests are failing

failures:

---- sixplane::test_battery_single_domain stdout ----
thread 'sixplane::test_battery_single_domain' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- rfc4193::test_battery_multi_domain_hosts_file stdout ----
thread 'rfc4193::test_battery_multi_domain_hosts_file' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- all::test_battery_multi_domain_hosts_file stdout ----
thread 'all::test_battery_multi_domain_hosts_file' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:28:14

---- ipv4::test_battery_single_domain stdout ----
thread 'ipv4::test_battery_single_domain' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:28:14

---- sixplane::test_battery_multi_domain_hosts_file stdout ----
thread 'sixplane::test_battery_multi_domain_hosts_file' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- rfc4193::test_battery_single_domain stdout ----
thread 'rfc4193::test_battery_single_domain' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- all::test_hosts_file_reloading stdout ----
thread 'all::test_hosts_file_reloading' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:28:14

---- ipv4::test_battery_single_domain_named stdout ----
thread 'ipv4::test_battery_single_domain_named' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:28:14

---- rfc4193::test_battery_single_domain_named stdout ----
thread 'rfc4193::test_battery_single_domain_named' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- sixplane::test_battery_single_domain_named stdout ----
thread 'sixplane::test_battery_single_domain_named' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- sixplane::test_wildcard_central stdout ----
thread 'sixplane::test_wildcard_central' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14

---- ipv4::test_wildcard_central stdout ----
thread 'ipv4::test_wildcard_central' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:28:14

---- rfc4193::test_wildcard_central stdout ----
thread 'rfc4193::test_wildcard_central' panicked at 'called `Result::unwrap()` on an `Err` value: ResolveError { kind: Timeout }', tests/service/resolver.rs:38:14


failures:
    all::test_battery_multi_domain_hosts_file
    all::test_hosts_file_reloading
    ipv4::test_battery_single_domain
    ipv4::test_battery_single_domain_named
    ipv4::test_wildcard_central
    rfc4193::test_battery_multi_domain_hosts_file
    rfc4193::test_battery_single_domain
    rfc4193::test_battery_single_domain_named
    rfc4193::test_wildcard_central
    sixplane::test_battery_multi_domain_hosts_file
    sixplane::test_battery_single_domain
    sixplane::test_battery_single_domain_named
    sixplane::test_wildcard_central

test result: FAILED. 1 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 80.16s

@erikh
Copy link
Contributor

erikh commented Mar 2, 2023

Hey grant, ltns. I'll help you suss out these issues next week.

@erikh
Copy link
Contributor

erikh commented Mar 6, 2023

I just published the 1.2.1 crates sean built (I verified they built correctly first) and I'm working with him over email to get them transferred. I will send a patch shortly to readjust zeronsd to use the 1.2.1 crates, but won't publish zeronsd for obvious reasons.

I hope this helps!

@laduke
Copy link
Contributor

laduke commented Mar 22, 2023

Closing because we can use the crates. 👍

@laduke laduke closed this Mar 22, 2023
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.

None yet

3 participants