Replies: 4 comments 2 replies
-
If nobody cares enough to check it I will merge the PR soon. |
Beta Was this translation helpful? Give feedback.
-
So far, I'm not able to perform
and I got this result:
Second time, I ran |
Beta Was this translation helpful? Give feedback.
-
Am 05.01.21 um 15:13 schrieb Nona Hansel:
So far, I'm not able to perform |gmake test|.
First time, it went like this:
|/bin/rm -f -rf
/export/home/nona/oi-userland/components/network/bind/build/test/amd64
/bin/mkdir -p
/export/home/nona/oi-userland/components/network/bind/build/test/amd64
cd
/export/home/nona/oi-userland/components/network/bind/build/amd64/bin/tests/system
; pfexec sh ./ifconfig.sh up ; ifconfig: cannot plumb lo0:1:
Insufficient user authorizations ifconfig: error: lo0:1: no such
interface ifconfig: cannot plumb lo0:1: Insufficient user
authorizations ifconfig: error: lo0:1: no such interface ifconfig:
cannot plumb lo0:2: Insufficient user authorizations ifconfig: error:
lo0:2: no such interface ifconfig: cannot plumb lo0:2: Insufficient
user authorizations ifconfig: error: lo0:2: no such interface
ifconfig: cannot plumb lo0:3: Insufficient user authorizations
ifconfig: error: lo0:3: no such interface ifconfig: cannot plumb
lo0:3: Insufficient user authorizations ifconfig: error: lo0:3: no
such interface ifconfig: cannot plumb lo0:4: Insufficient user
authorizations ifconfig: error: lo0:4: no such interface ifconfig:
cannot plumb lo0:4: Insufficient user authorizations ifconfig: error:
lo0:4: no such interface ifconfig: cannot plumb lo0:5: Insufficient
user authorizations ifconfig: error: lo0:5: no such interface
ifconfig: cannot plumb lo0:5: Insufficient user authorizations
ifconfig: error: lo0:5: no such interface ifconfig: cannot plumb
lo0:6: Insufficient user authorizations ifconfig: error: lo0:6: no
such interface ifconfig: cannot plumb lo0:6: Insufficient user
authorizations ifconfig: error: lo0:6: no such interface ifconfig:
cannot plumb lo0:7: Insufficient user authorizations ifconfig: error:
lo0:7: no such interface ifconfig: cannot plumb lo0:7: Insufficient
user authorizations ifconfig: error: lo0:7: no such interface
ifconfig: cannot plumb lo0:8: Insufficient user authorizations
ifconfig: error: lo0:8: no such interface ifconfig: cannot plumb
lo0:8: Insufficient user authorizations ifconfig: error: lo0:8: no
such interface ifconfig: cannot plumb lo0:9: Insufficient user
authorizations ifconfig: error: lo0:9: no such interface ifconfig:
cannot plumb lo0:9: Insufficient user authorizations ifconfig: error:
lo0:9: no such interface ifconfig: cannot plumb lo0:10: Insufficient
user authorizations ifconfig: error: lo0:10: no such interface
ifconfig: cannot plumb lo0:10: Insufficient user authorizations
ifconfig: error: lo0:10: no such interface ifconfig: cannot plumb
lo0:11: Insufficient user authorizations ifconfig: error: lo0:11: no
such interface ifconfig: cannot plumb lo0:11: Insufficient user
authorizations ifconfig: error: lo0:11: no such interface ifconfig:
cannot plumb lo0:12: Insufficient user authorizations ifconfig: error:
lo0:12: no such interface ifconfig: cannot plumb lo0:12: Insufficient
user authorizations ifconfig: error: lo0:12: no such interface
ifconfig: cannot plumb lo0:21: Insufficient user authorizations
ifconfig: error: lo0:21: no such interface ifconfig: cannot plumb
lo0:21: Insufficient user authorizations ifconfig: error: lo0:21: no
such interface ifconfig: cannot plumb lo0:22: Insufficient user
authorizations ifconfig: error: lo0:22: no such interface ifconfig:
cannot plumb lo0:22: Insufficient user authorizations ifconfig: error:
lo0:22: no such interface |
and I got this result:
|Test results in
/export/home/nona/oi-userland/components/network/bind/build/test/amd64/test-64-results
Differences found. ---
/export/home/nona/oi-userland/components/network/bind/test/results-64.master
2021-01-05 13:02:39.128862922 +0000 +++
/export/home/nona/oi-userland/components/network/bind/build/test/amd64/results-64.snapshot
2021-01-05 13:09:39.372941869 +0000 @@ -1,9 +0,0 @@ -R:cds:FAIL
-R:nsupdate:FAIL -R:tsig:FAIL -R:tsiggss:FAIL -I:System test result
summary: -I: 4 FAIL -I: 74 PASS -I: 3 SKIPPED -I: 19 UNTESTED gmake:
*** [/export/home/nona/oi-userland/make-rules/configure.mk:222:
/export/home/nona/oi-userland/components/network/bind/build/amd64/.tested-and-compared]
Error 2 |
Second time, I ran |gmake test| as sudo, and I got the same result
although without the |Insufficient user authorizations| and |no such
interface| messages.
In both cases, |build/test/amd64/results-64.snapshot| was an empty file.
Can you tell me how to run tests properly?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADET4N5DAIJAT6OC6NRV62TSYMM7TANCNFSM4VCINHVA>.
I can't tell you for sure: Over the years I added the following to my
entry in /etc/user_attr:
...,dtrace_user,file_dac_read,file_dac_write,proc_clock_highres;profiles=Primary
Administrator;roles=root
But still the tests run flaky. The newly created interfaces won't be
removed at the end of a gmake test and create warnings when I run it again.
|
Beta Was this translation helpful? Give feedback.
-
Hi Andreas,
When running
Yet, I'm able to publish it and install it locally. I'm afraid, I'm able to test it just using bind's dig command.
which seems correct to me. Trying
so it also works. Could you please tell me, what exact further checks I should perform with it to provide more relevant information? As usual, the dig's man page says the right version :) |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I'd like somebody to check my PR #6309 before I merge it.
I cannot carefully test it myself so I am looking for testers. Maybe somebody can merge it into his/her own branch, create and install a package and check whether the new version really works for him/her.
Regards,
Andreas
Beta Was this translation helpful? Give feedback.
All reactions