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

test: add small authentication server and test .netrc handling #502

Closed
wants to merge 5 commits into from

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented Jan 30, 2024

No description provided.

@wolfv
Copy link
Contributor Author

wolfv commented Jan 30, 2024

reflink doesn't look so good in Windows CI?

2024-01-30T22:22:18.5825224Z 2024-01-30T22:22:18.567852Z  WARN validating{path=C:\Users\RUNNER~1\AppData\Local\Temp\.tmpnN4xBk\ros-noetic-rosbridge-suite-0.11.14-py39h6fdeb60_14}: rattler::package_cache: failed to download and extract http://localhost:57014/ros-noetic-rosbridge-suite-0.11.14-py39h6fdeb60_14.tar.bz2 to C:\Users\RUNNER~1\AppData\Local\Temp\.tmpnN4xBk\ros-noetic-rosbridge-suite-0.11.14-py39h6fdeb60_14: Request error: HTTP status server error (500 Internal Server Error) for url (http://localhost:57014/ros-noetic-rosbridge-suite-0.11.14-py39h6fdeb60_14.tar.bz2). Retry #1, Sleeping 1.417309941s until the next attempt...
2024-01-30T22:22:18.7359586Z 2024-01-30T22:22:18.724162Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-debug-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7363770Z 2024-01-30T22:22:18.725093Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-console-l1-2-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7389632Z 2024-01-30T22:22:18.724478Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-console-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7395120Z 2024-01-30T22:22:18.726401Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-datetime-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7399754Z 2024-01-30T22:22:18.727391Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-errorhandling-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7628994Z 2024-01-30T22:22:18.759595Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-fibers-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7915006Z 2024-01-30T22:22:18.791000Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\Library/bin/api-ms-win-core-synch-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7925730Z 2024-01-30T22:22:18.791110Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-crt-process-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7940586Z 2024-01-30T22:22:18.791882Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\Library/bin/api-ms-win-core-console-l1-2-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7961012Z 2024-01-30T22:22:18.792235Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\Library/bin/api-ms-win-crt-environment-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.7997222Z 2024-01-30T22:22:18.792301Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-crt-heap-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.8026103Z 2024-01-30T22:22:18.792315Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-core-file-l2-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.
2024-01-30T22:22:18.8106660Z 2024-01-30T22:22:18.792368Z DEBUG rattler::install::link: failed to reflink C:\Users\RUNNER~1\AppData\Local\Temp\.tmpWGhoD4\api-ms-win-crt-environment-l1-1-0.dll: Incorrect function. (os error -2147024895), falling back to hard linking.

@wolfv wolfv changed the title start authentication test implementation [skip ci] test: add small authentication server and test .netrc handling Jan 31, 2024
@wolfv
Copy link
Contributor Author

wolfv commented Jan 31, 2024

I finally also figured out how the new syntax for the axum server should look like so we can also update the other small servers in the repo to use the latest axum. I can do that in another PR.

@wolfv wolfv closed this Feb 1, 2024
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