atheme-7.2.12
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1014:1: note: 'EC_KEY_free' has been explicitly marked deprecated here
1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
5 warnings generated.
CompileModule: external.so
CompileModule: main.so
CompileModule: plain.so
make[2]: Leaving directory '/build/atheme/modules/saslserv'
make[2]: Entering directory '/build/atheme/modules/security'
CompileModule: cmdperm.so
make[2]: Leaving directory '/build/atheme/modules/security'
make[2]: Entering directory '/build/atheme/modules/statserv'
CompileModule: main.so
CompileModule: channel.so
CompileModule: server.so
CompileModule: netsplit.so
make[2]: Leaving directory '/build/atheme/modules/statserv'
make[2]: Entering directory '/build/atheme/modules/transport'
make[3]: Entering directory '/build/atheme/modules/transport/xmlrpc'
CompilePlugin: main.plugin.o
CompilePlugin: xmlrpclib.plugin.o
Link: xmlrpc.so
make[3]: Leaving directory '/build/atheme/modules/transport/xmlrpc'
make[3]: Entering directory '/build/atheme/modules/transport/rfc1459'
CompilePlugin: main.plugin.o
CompilePlugin: parse.plugin.o
Link: rfc1459.so
make[3]: Leaving directory '/build/atheme/modules/transport/rfc1459'
make[3]: Entering directory '/build/atheme/modules/transport/jsonrpc'
CompilePlugin: main.plugin.o
CompilePlugin: jsonrpclib.plugin.o
Link: jsonrpc.so
make[3]: Leaving directory '/build/atheme/modules/transport/jsonrpc'
CompileModule: p10.so
make[2]: Leaving directory '/build/atheme/modules/transport'
make[1]: Leaving directory '/build/atheme/modules'
make[1]: Entering directory '/build/atheme/src'
make[2]: Entering directory '/build/atheme/src/footprint'
CompileExe: main.o
Link: footprint
make[2]: Leaving directory '/build/atheme/src/footprint'
make[2]: Entering directory '/build/atheme/src/services'
CompileExe: main.o
Link: atheme-services
make[2]: Leaving directory '/build/atheme/src/services'
make[2]: Entering directory '/build/atheme/src/dbverify'
CompileExe: main.o
Link: dbverify
make[2]: Leaving directory '/build/atheme/src/dbverify'
make[2]: Entering directory '/build/atheme/src/ecdsakeygen'
CompileExe: main.o
main.c:42:8: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
42 | prv = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1009:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
1009 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:44:2: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations]
44 | EC_KEY_set_conv_form(prv, POINT_CONVERSION_COMPRESSED);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1086:1: note: 'EC_KEY_set_conv_form' has been explicitly marked deprecated here
1086 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:45:2: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]
45 | EC_KEY_generate_key(prv);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1112:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here
1112 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:47:8: warning: 'i2o_ECPublicKey' is deprecated [-Wdeprecated-declarations]
47 | len = i2o_ECPublicKey(prv, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1256:1: note: 'i2o_ECPublicKey' has been explicitly marked deprecated here
1256 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:50:2: warning: 'i2o_ECPublicKey' is deprecated [-Wdeprecated-declarations]
50 | i2o_ECPublicKey(prv, &workbuf_p);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1256:1: note: 'i2o_ECPublicKey' has been explicitly marked deprecated here
1256 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:55:2: warning: 'EC_KEY_print_fp' is deprecated [-Wdeprecated-declarations]
55 | EC_KEY_print_fp(stdout, prv, 4);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1287:1: note: 'EC_KEY_print_fp' has been explicitly marked deprecated here
1287 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
main.c:59:2: warning: 'PEM_write_bio_ECPrivateKey' is deprecated [-Wdeprecated-declarations]
59 | PEM_write_bio_ECPrivateKey(out, prv, NULL, NULL, 0, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:472:24: note: 'PEM_write_bio_ECPrivateKey' has been explicitly marked deprecated here
472 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
7 warnings generated.
Link: ecdsakeygen
make[2]: Leaving directory '/build/atheme/src/ecdsakeygen'
make[1]: Leaving directory '/build/atheme/src'
make[1]: Entering directory '/build/atheme/po'
CompileResource: es.mo
CompileResource: ru.mo
ru.po:7: warning: header field 'Language-Team' still has the initial default value
CompileResource: cy.mo
cy.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: de.mo
de.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: da.mo
da.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: fr.mo
CompileResource: tr.mo
make[1]: Leaving directory '/build/atheme/po'
buildPhase completed in 2 minutes 21 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
----------------------------------------------------------------
>>> Remember to cd to /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12 and edit your config file.
----------------------------------------------------------------
Install: atheme-services.pc
make[1]: Entering directory '/build/atheme/include'
make[2]: Entering directory '/build/atheme/include/inline'
Install: account.h
Install: channels.h
Install: connection.h
make[2]: Leaving directory '/build/atheme/include/inline'
make[2]: Entering directory '/build/atheme/include/protocol'
Install: asuka.h
Install: bahamut.h
Install: charybdis.h
Install: inspircd.h
Install: ircd-seven.h
Install: ircnet.h
Install: nefarious.h
Install: ratbox.h
Install: elemental-ircd.h
Install: unreal.h
make[2]: Leaving directory '/build/atheme/include/protocol'
Install: abirev.h
Install: account.h
Install: atheme.h
Install: atheme_memory.h
Install: atheme_string.h
Install: auth.h
Install: authcookie.h
Install: base64.h
Install: channels.h
Install: commandtree.h
Install: common.h
Install: conf.h
Install: confprocess.h
Install: connection.h
Install: crypto.h
Install: culture.h
Install: database_backend.h
Install: datastream.h
Install: entity-validation.h
Install: entity.h
Install: flags.h
Install: global.h
Install: hook.h
Install: hooktypes.h
Install: httpd.h
Install: i18n.h
Install: instpaths.h
Install: libathemecore.h
Install: linker.h
Install: match.h
Install: md5.h
Install: module.h
Install: object.h
Install: phandler.h
Install: pmodule.h
Install: privs.h
Install: res.h
Install: reslib.h
Install: sasl.h
Install: serno.h
Install: servers.h
Install: services.h
Install: servtree.h
Install: sourceinfo.h
Install: stdinc.h
Install: sysconf.h
Install: table.h
Install: taint.h
Install: template.h
Install: tools.h
Install: uid.h
Install: uplink.h
Install: users.h
make[1]: Leaving directory '/build/atheme/include'
make[1]: Entering directory '/build/atheme/libathemecore'
Install: libathemecore.so
make[1]: Leaving directory '/build/atheme/libathemecore'
make[1]: Entering directory '/build/atheme/modules'
make[2]: Entering directory '/build/atheme/modules/alis'
Install: main.so
make[2]: Leaving directory '/build/atheme/modules/alis'
make[2]: Entering directory '/build/atheme/modules/auth'
Install: dummy.so
make[2]: Leaving directory '/build/atheme/modules/auth'
make[2]: Entering directory '/build/atheme/modules/backend'
Install: flatfile.so
Install: corestorage.so
Install: opensex.so
make[2]: Leaving directory '/build/atheme/modules/backend'
make[2]: Entering directory '/build/atheme/modules/botserv'
Install: main.so
Install: bottalk.so
Install: help.so
Install: info.so
Install: set.so
Install: set_core.so
Install: set_fantasy.so
Install: set_nobot.so
Install: set_private.so
Install: set_saycaller.so
make[2]: Leaving directory '/build/atheme/modules/botserv'
make[2]: Entering directory '/build/atheme/modules/chanfix'
Install: main.so
make[2]: Leaving directory '/build/atheme/modules/chanfix'
make[2]: Entering directory '/build/atheme/modules/chanserv'
Install: main.so
Install: access.so
Install: akick.so
Install: antiflood.so
Install: ban.so
Install: clear.so
Install: clear_akicks.so
Install: clear_bans.so
Install: clear_flags.so
Install: clear_users.so
Install: clone.so
Install: close.so
Install: count.so
Install: drop.so
Install: fflags.so
Install: flags.so
Install: ftransfer.so
Install: getkey.so
Install: halfop.so
Install: help.so
Install: hold.so
Install: info.so
Install: invite.so
Install: kick.so
Install: list.so
Install: mark.so
Install: moderate.so
Install: op.so
Install: owner.so
Install: protect.so
Install: quiet.so
Install: recover.so
Install: register.so
Install: set.so
Install: set_core.so
Install: set_email.so
Install: set_entrymsg.so
Install: set_fantasy.so
Install: set_gameserv.so
Install: set_guard.so
Install: set_keeptopic.so
Install: set_limitflags.so
Install: set_mlock.so
Install: set_prefix.so
Install: set_private.so
Install: set_property.so
Install: set_pubacl.so
Install: set_restricted.so
Install: set_secure.so
Install: set_topiclock.so
Install: set_url.so
Install: set_verbose.so
Install: successor_acl.so
Install: status.so
Install: sync.so
Install: taxonomy.so
Install: template.so
Install: topic.so
Install: unban_self.so
Install: version.so
Install: voice.so
Install: why.so
Install: xop.so
make[2]: Leaving directory '/build/atheme/modules/chanserv'
make[2]: Entering directory '/build/atheme/modules/contrib'
make[3]: Entering directory '/build/atheme/modules/contrib/src'
Install: backtrace.so
Install: cs_access_alias.so
Install: cs_babbler.so
Install: cs_badwords.so
Install: cs_fregister.so
Install: cs_kickdots.so
Install: cs_modesync.so
Install: cs_ping.so
Install: cs_regmode.so
Install: cs_regnotice.so
Install: cs_updown.so
Install: cs_userinfo.so
Install: dnsbl.so
Install: gen_echoserver.so
Install: gen_listenerdemo.so
Install: gen_vhostonreg.so
Install: graphtastical.so
Install: gs_roulette.so
Install: ircd_announceserv.so
Install: ircd_catserv.so
Install: ircd_loveserv.so
Install: mlocktweaker.so
Install: ms_fsend.so
Install: ns_ajoin.so
Install: ns_cleannick.so
Install: ns_fenforce.so
Install: ns_forbid.so
Install: ns_fregister.so
Install: ns_generatehash.so
Install: ns_generatepass.so
Install: ns_goodmail.so
Install: ns_guestnoreg.so
Install: ns_listlogins.so
Install: ns_mxcheck.so
Install: ns_mxcheck_async.so
Install: ns_regnotice.so
Install: ns_sendpassmail.so
Install: ns_waitreg.so
Install: on_db_save.so
Install: os_akillnicklist.so
Install: os_defcon.so
Install: os_helpme.so
Install: os_joinmon.so
Install: os_kill.so
Install: os_klinechan.so
Install: os_modeall.so
Install: os_pingspam.so
Install: os_procwatch.so
Install: os_resolve.so
Install: os_savechanmodes.so
Install: os_tabletest.so
Install: os_testcmd.so
Install: os_testproc.so
Install: os_trace.so
Install: sasl_blacklist.so
Install: wumpus.so
make[3]: Leaving directory '/build/atheme/modules/contrib/src'
make[2]: Leaving directory '/build/atheme/modules/contrib'
make[2]: Entering directory '/build/atheme/modules/crypto'
Install: argon2d.so
Install: pbkdf2.so
Install: pbkdf2v2.so
Install: posix.so
Install: ircservices.so
Install: rawmd5.so
Install: rawsha1.so
make[2]: Leaving directory '/build/atheme/modules/crypto'
make[2]: Entering directory '/build/atheme/modules/exttarget'
Install: main.so
Install: oper.so
Install: registered.so
Install: channel.so
Install: chanacs.so
Install: server.so
make[2]: Leaving directory '/build/atheme/modules/exttarget'
make[2]: Entering directory '/build/atheme/modules/gameserv'
Install: dice.so
Install: eightball.so
Install: gamecalc.so
Install: happyfarm.so
Install: help.so
Install: lottery.so
Install: main.so
Install: namegen.so
Install: rps.so
make[2]: Leaving directory '/build/atheme/modules/gameserv'
make[2]: Entering directory '/build/atheme/modules/global'
Install: main.so
make[2]: Leaving directory '/build/atheme/modules/global'
make[2]: Entering directory '/build/atheme/modules/groupserv'
make[3]: Entering directory '/build/atheme/modules/groupserv/main'
Install: main.so
make[3]: Leaving directory '/build/atheme/modules/groupserv/main'
Install: acsnolimit.so
Install: drop.so
Install: fdrop.so
Install: fflags.so
Install: flags.so
Install: help.so
Install: info.so
Install: invite.so
Install: join.so
Install: list.so
Install: listchans.so
Install: register.so
Install: regnolimit.so
Install: set.so
Install: set_channel.so
Install: set_description.so
Install: set_email.so
Install: set_groupname.so
Install: set_joinflags.so
Install: set_open.so
Install: set_public.so
Install: set_url.so
make[2]: Leaving directory '/build/atheme/modules/groupserv'
make[2]: Entering directory '/build/atheme/modules/helpserv'
Install: main.so
Install: helpme.so
Install: services.so
Install: ticket.so
make[2]: Leaving directory '/build/atheme/modules/helpserv'
make[2]: Entering directory '/build/atheme/modules/hostserv'
Install: drop.so
Install: group.so
Install: help.so
Install: main.so
Install: offer.so
Install: onoff.so
Install: request.so
Install: vhost.so
Install: vhostnick.so
make[2]: Leaving directory '/build/atheme/modules/hostserv'
make[2]: Entering directory '/build/atheme/modules/infoserv'
Install: main.so
make[2]: Leaving directory '/build/atheme/modules/infoserv'
make[2]: Entering directory '/build/atheme/modules/memoserv'
Install: delete.so
Install: forward.so
Install: help.so
Install: ignore.so
Install: list.so
Install: main.so
Install: read.so
Install: send.so
Install: sendall.so
Install: sendops.so
Install: sendgroup.so
make[2]: Leaving directory '/build/atheme/modules/memoserv'
make[2]: Entering directory '/build/atheme/modules/misc'
Install: httpd.so
Install: canon_gmail.so
make[2]: Leaving directory '/build/atheme/modules/misc'
make[2]: Entering directory '/build/atheme/modules/nickserv'
Install: main.so
Install: access.so
Install: badmail.so
Install: cert.so
Install: cracklib.so
Install: drop.so
Install: enforce.so
Install: freeze.so
Install: ghost.so
Install: group.so
Install: help.so
Install: hold.so
Install: identify.so
Install: info.so
Install: info_lastquit.so
Install: list.so
Install: listchans.so
Install: listgroups.so
Install: listmail.so
Install: listownmail.so
Install: login.so
Install: logout.so
Install: mark.so
Install: multimark.so
Install: register.so
Install: regnolimit.so
Install: resetpass.so
Install: restrict.so
Install: return.so
Install: sendpass.so
Install: sendpass_user.so
Install: set.so
Install: set_core.so
Install: set_accountname.so
Install: set_email.so
Install: set_emailmemos.so
Install: set_enforcetime.so
Install: set_hidemail.so
Install: set_language.so
Install: set_nevergroup.so
Install: set_neverop.so
Install: set_nogreet.so
Install: set_nomemo.so
Install: set_noop.so
Install: set_nopassword.so
Install: set_password.so
Install: set_privmsg.so
Install: set_private.so
Install: set_property.so
Install: set_pubkey.so
Install: set_quietchg.so
Install: setpass.so
Install: status.so
Install: taxonomy.so
Install: vacation.so
Install: verify.so
Install: vhost.so
make[2]: Leaving directory '/build/atheme/modules/nickserv'
make[2]: Entering directory '/build/atheme/modules/operserv'
Install: main.so
Install: akill.so
Install: clearchan.so
Install: clones.so
Install: compare.so
Install: greplog.so
Install: help.so
Install: identify.so
Install: ignore.so
Install: info.so
Install: inject.so
Install: jupe.so
Install: mode.so
Install: modinspect.so
Install: modlist.so
Install: modload.so
Install: modreload.so
Install: modunload.so
Install: noop.so
Install: override.so
Install: raw.so
Install: rakill.so
Install: readonly.so
Install: rmatch.so
Install: rehash.so
Install: restart.so
Install: rnc.so
Install: rwatch.so
Install: set.so
Install: shutdown.so
Install: sgline.so
Install: soper.so
Install: specs.so
Install: sqline.so
Install: uptime.so
Install: update.so
make[2]: Leaving directory '/build/atheme/modules/operserv'
make[2]: Entering directory '/build/atheme/modules/protocol'
Install: asuka.so
Install: bahamut.so
Install: base36uid.so
Install: charybdis.so
Install: elemental-ircd.so
Install: inspircd.so
Install: ircd-seven.so
Install: ircnet.so
Install: mixin_nohalfops.so
Install: mixin_noholdnick.so
Install: mixin_noowner.so
Install: mixin_noprotect.so
Install: nefarious.so
Install: ngircd.so
Install: p10-generic.so
Install: ratbox.so
Install: ts6-generic.so
Install: unreal.so
Install: unreal4.so
make[2]: Leaving directory '/build/atheme/modules/protocol'
make[2]: Entering directory '/build/atheme/modules/proxyscan'
Install: main.so
Install: dnsbl.so
make[2]: Leaving directory '/build/atheme/modules/proxyscan'
make[2]: Entering directory '/build/atheme/modules/rpgserv'
Install: main.so
Install: enable.so
Install: help.so
Install: info.so
Install: list.so
Install: search.so
Install: set.so
make[2]: Leaving directory '/build/atheme/modules/rpgserv'
make[2]: Entering directory '/build/atheme/modules/saslserv'
Install: authcookie.so
Install: ecdsa-nist256p-challenge.so
Install: external.so
Install: main.so
Install: plain.so
make[2]: Leaving directory '/build/atheme/modules/saslserv'
make[2]: Entering directory '/build/atheme/modules/security'
Install: cmdperm.so
make[2]: Leaving directory '/build/atheme/modules/security'
make[2]: Entering directory '/build/atheme/modules/statserv'
Install: main.so
Install: channel.so
Install: server.so
Install: netsplit.so
make[2]: Leaving directory '/build/atheme/modules/statserv'
make[2]: Entering directory '/build/atheme/modules/scripting'
make[2]: Leaving directory '/build/atheme/modules/scripting'
make[2]: Entering directory '/build/atheme/modules/transport'
make[3]: Entering directory '/build/atheme/modules/transport/xmlrpc'
Install: xmlrpc.so
make[3]: Leaving directory '/build/atheme/modules/transport/xmlrpc'
make[3]: Entering directory '/build/atheme/modules/transport/rfc1459'
Install: rfc1459.so
make[3]: Leaving directory '/build/atheme/modules/transport/rfc1459'
make[3]: Entering directory '/build/atheme/modules/transport/jsonrpc'
Install: jsonrpc.so
make[3]: Leaving directory '/build/atheme/modules/transport/jsonrpc'
Install: p10.so
make[2]: Leaving directory '/build/atheme/modules/transport'
make[1]: Leaving directory '/build/atheme/modules'
make[1]: Entering directory '/build/atheme/src'
make[2]: Entering directory '/build/atheme/src/footprint'
make[2]: Leaving directory '/build/atheme/src/footprint'
make[2]: Entering directory '/build/atheme/src/services'
Install: atheme-services
make[2]: Leaving directory '/build/atheme/src/services'
make[2]: Entering directory '/build/atheme/src/dbverify'
Install: dbverify
make[2]: Leaving directory '/build/atheme/src/dbverify'
make[2]: Entering directory '/build/atheme/src/ecdsakeygen'
Install: ecdsakeygen
make[2]: Leaving directory '/build/atheme/src/ecdsakeygen'
make[1]: Leaving directory '/build/atheme/src'
make[1]: Entering directory '/build/atheme/po'
Install: es.mo
Install: ru.mo
Install: cy.mo
Install: de.mo
Install: da.mo
Install: fr.mo
Install: tr.mo
make[1]: Leaving directory '/build/atheme/po'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/lib/libathemecore.so.1.0.0
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/alis/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/auth/dummy.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/backend/flatfile.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/backend/corestorage.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/backend/opensex.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/bottalk.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set_core.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set_fantasy.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set_nobot.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set_private.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/botserv/set_saycaller.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanfix/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/access.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/akick.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/antiflood.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/ban.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clear.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clear_akicks.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clear_bans.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clear_flags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clear_users.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/clone.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/close.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/count.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/drop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/fflags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/flags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/ftransfer.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/getkey.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/halfop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/hold.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/invite.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/kick.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/list.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/mark.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/moderate.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/op.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/owner.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/protect.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/quiet.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/recover.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/register.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_core.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_email.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_entrymsg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_fantasy.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_gameserv.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_guard.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_keeptopic.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_limitflags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_mlock.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_prefix.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_private.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_property.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_pubacl.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_restricted.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_secure.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_topiclock.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_url.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/set_verbose.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/successor_acl.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/status.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/sync.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/taxonomy.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/template.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/topic.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/unban_self.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/version.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/voice.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/why.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/chanserv/xop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/backtrace.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_access_alias.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_babbler.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_badwords.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_fregister.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_kickdots.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_modesync.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_ping.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_regmode.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_regnotice.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_updown.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/cs_userinfo.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/dnsbl.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/gen_echoserver.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/gen_listenerdemo.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/gen_vhostonreg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/graphtastical.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/gs_roulette.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ircd_announceserv.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ircd_catserv.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ircd_loveserv.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/mlocktweaker.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ms_fsend.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_ajoin.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_cleannick.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_fenforce.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_forbid.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_fregister.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_generatehash.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_generatepass.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_goodmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_guestnoreg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_listlogins.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_mxcheck.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_mxcheck_async.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_regnotice.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_sendpassmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/ns_waitreg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/on_db_save.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_akillnicklist.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_defcon.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_helpme.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_joinmon.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_kill.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_klinechan.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_modeall.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_pingspam.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_procwatch.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_resolve.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_savechanmodes.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_tabletest.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_testcmd.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_testproc.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/os_trace.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/sasl_blacklist.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/contrib/wumpus.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/argon2d.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/pbkdf2.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/pbkdf2v2.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/posix.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/ircservices.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/rawmd5.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/crypto/rawsha1.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/oper.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/registered.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/channel.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/chanacs.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/exttarget/server.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/dice.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/eightball.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/gamecalc.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/happyfarm.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/lottery.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/namegen.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/gameserv/rps.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/global/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/acsnolimit.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/drop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/fdrop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/fflags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/flags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/invite.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/join.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/list.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/listchans.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/register.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/regnolimit.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_channel.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_description.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_email.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_groupname.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_joinflags.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_open.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_public.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/groupserv/set_url.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/helpserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/helpserv/helpme.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/helpserv/services.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/helpserv/ticket.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/drop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/group.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/offer.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/onoff.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/request.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/vhost.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/hostserv/vhostnick.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/infoserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/delete.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/forward.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/ignore.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/list.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/read.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/send.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/sendall.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/sendops.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/memoserv/sendgroup.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/misc/httpd.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/misc/canon_gmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/access.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/badmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/cert.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/cracklib.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/drop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/enforce.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/freeze.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/ghost.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/group.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/hold.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/identify.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/info_lastquit.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/list.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/listchans.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/listgroups.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/listmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/listownmail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/login.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/logout.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/mark.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/multimark.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/register.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/regnolimit.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/resetpass.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/restrict.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/return.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/sendpass.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/sendpass_user.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_core.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_accountname.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_email.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_emailmemos.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_enforcetime.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_hidemail.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_language.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_nevergroup.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_neverop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_nogreet.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_nomemo.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_noop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_nopassword.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_password.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_privmsg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_private.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_property.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_pubkey.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/set_quietchg.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/setpass.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/status.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/taxonomy.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/vacation.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/verify.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/nickserv/vhost.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/akill.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/clearchan.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/clones.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/compare.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/greplog.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/identify.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/ignore.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/inject.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/jupe.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/mode.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/modinspect.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/modlist.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/modload.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/modreload.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/modunload.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/noop.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/override.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/raw.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/rakill.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/readonly.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/rmatch.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/rehash.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/restart.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/rnc.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/rwatch.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/shutdown.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/sgline.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/soper.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/specs.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/sqline.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/uptime.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/operserv/update.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/asuka.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/bahamut.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/base36uid.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/charybdis.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/elemental-ircd.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/inspircd.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/ircd-seven.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/ircnet.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/mixin_nohalfops.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/mixin_noholdnick.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/mixin_noowner.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/mixin_noprotect.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/nefarious.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/ngircd.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/p10-generic.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/ratbox.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/ts6-generic.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/unreal.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/protocol/unreal4.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/proxyscan/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/proxyscan/dnsbl.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/enable.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/help.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/info.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/list.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/search.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/rpgserv/set.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/saslserv/authcookie.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/saslserv/ecdsa-nist256p-challenge.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/saslserv/external.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/saslserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/saslserv/plain.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/security/cmdperm.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/statserv/main.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/statserv/channel.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/statserv/server.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/statserv/netsplit.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/transport/xmlrpc.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/transport/rfc1459.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/transport/jsonrpc.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/modules/transport/p10.so
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/bin/atheme-services
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/bin/dbverify
shrinking /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/bin/ecdsakeygen
checking for references to /build/ in /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12...
patching script interpreter paths in /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12
stripping (with command strip and flags -S -p) in /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/lib /nix/store/6sf6klb2rhgalp0w7vkrl2098cl24bgp-atheme-x86_64-unknown-linux-gnufilc0-7.2.12/bin
python3.12-rapidfuzz-3.13.0
[26/26] Linking CXX shared module src/rapidfuzz/distance/metrics_cpp_avx2.cpython-312-x86_64-linux-gnu.so[K
*** Installing project into wheel...
-- Install configuration: "Release"
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/_feature_detector_cpp.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/utils_cpp.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/fuzz_cpp.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/fuzz_cpp_avx2.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/process_cpp_impl.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/distance/_initialize_cpp.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/distance/metrics_cpp.cpython-312-x86_64-linux-gnu.so
-- Installing: /build/tmpw70kr4mm/wheel/platlib/rapidfuzz/distance/metrics_cpp_avx2.cpython-312-x86_64-linux-gnu.so
*** Making wheel...
*** Created rapidfuzz-3.13.0-cp312-cp312-linux_x86_64.whl
C++ Extension built successfully
Successfully built rapidfuzz-3.13.0-cp312-cp312-linux_x86_64.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
buildPhase completed in 30 seconds
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for rapidfuzz-3.13.0-cp312-cp312-linux_x86_64.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed rapidfuzz-3.13.0-cp312-cp312-linux_x86_64.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/_feature_detector_cpp.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/distance/_initialize_cpp.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/distance/metrics_cpp.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/distance/metrics_cpp_avx2.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/fuzz_cpp.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/fuzz_cpp_avx2.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/process_cpp_impl.cpython-312-x86_64-linux-gnu.so
shrinking /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib/python3.12/site-packages/rapidfuzz/utils_cpp.cpython-312-x86_64-linux-gnu.so
checking for references to /build/ in /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0...
patching script interpreter paths in /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0
stripping (with command strip and flags -S -p) in /nix/store/pwbmm08my3k0akzblnrgaphhhfrbzgv3-python3.12-rapidfuzz-3.13.0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/yipyq8v1fdj1g3jj4f85rj5ahskw1hqh-python3.12-rapidfuzz-3.13.0-dist
checking for references to /build/ in /nix/store/yipyq8v1fdj1g3jj4f85rj5ahskw1hqh-python3.12-rapidfuzz-3.13.0-dist...
patching script interpreter paths in /nix/store/yipyq8v1fdj1g3jj4f85rj5ahskw1hqh-python3.12-rapidfuzz-3.13.0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonCatchConflictsPhase
→ pythonRemoveBinBytecodePhase
→ pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: rapidfuzz.distance rapidfuzz.fuzz rapidfuzz.process rapidfuzz.utils
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: tests
plugins: hypothesis-6.130.12
collected 387 items
tests/distance/test_DamerauLevenshtein.py ................ [ 4%]
tests/distance/test_Hamming.py ..... [ 5%]
tests/distance/test_Indel.py .... [ 6%]
tests/distance/test_Jaro.py ... [ 7%]
tests/distance/test_JaroWinkler.py ..... [ 8%]
tests/distance/test_LCSseq.py ... [ 9%]
tests/distance/test_Levenshtein.py ......... [ 11%]
tests/distance/test_OSA.py ...... [ 13%]
tests/distance/test_Postfix.py ... [ 13%]
tests/distance/test_Prefix.py ... [ 14%]
tests/distance/test_distance.py ........................................ [ 25%]
........................................ [ 35%]
tests/distance/test_init.py ........................ [ 41%]
tests/test_fuzz.py ..................................................... [ 55%]
........................................................................ [ 73%]
.............................. [ 81%]
tests/test_hypothesis.py ............................. [ 89%]
tests/test_process.py ......................................... [ 99%]
tests/test_utils.py . [100%]
============================= 387 passed in 12.91s =============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
python3.12-levenshtein-0.27.1
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/n7rd46z6s76sn1zvwxaqraqsgdmk7rjp-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tools/seg_wrapper.sh"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
* Building wheel...
*** scikit-build-core 0.11.1 using CMake 3.31.6 (wheel)
*** Configuring CMake...
loading initial cache file /build/tmpuqyi2p1f/build/CMakeInit.txt
-- The C compiler identification is GNU 14.3.0
-- The CXX compiler identification is GNU 14.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python: /nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 (found version "3.12.11") found components: Interpreter Development.Module
-- Using system supplied version of rapidfuzz-cpp
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: /build/tmpuqyi2p1f/build
*** Building project with Ninja...
[4/4] Linking CXX shared module src/Levenshtein/levenshtein_cpp.cpython-312-x86_64-linux-gnu.son.cpp.o
*** Installing project into wheel...
-- Install configuration: "Release"
-- Installing: /build/tmpuqyi2p1f/wheel/platlib/Levenshtein/levenshtein_cpp.cpython-312-x86_64-linux-gnu.so
*** Making wheel...
*** Created levenshtein-0.27.1-cp312-cp312-linux_x86_64.whl
Successfully built levenshtein-0.27.1-cp312-cp312-linux_x86_64.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for levenshtein-0.27.1-cp312-cp312-linux_x86_64.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed levenshtein-0.27.1-cp312-cp312-linux_x86_64.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/mnrldh6ijjzg04jqrah7zvfhpnrnd2c7-python3.12-levenshtein-0.27.1
shrinking /nix/store/mnrldh6ijjzg04jqrah7zvfhpnrnd2c7-python3.12-levenshtein-0.27.1/lib/python3.12/site-packages/Levenshtein/levenshtein_cpp.cpython-312-x86_64-linux-gnu.so
checking for references to /build/ in /nix/store/mnrldh6ijjzg04jqrah7zvfhpnrnd2c7-python3.12-levenshtein-0.27.1...
patching script interpreter paths in /nix/store/mnrldh6ijjzg04jqrah7zvfhpnrnd2c7-python3.12-levenshtein-0.27.1
stripping (with command strip and flags -S -p) in /nix/store/mnrldh6ijjzg04jqrah7zvfhpnrnd2c7-python3.12-levenshtein-0.27.1/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/cc3dfsk7jrz1f05jqiqcxdaa9ya2walg-python3.12-levenshtein-0.27.1-dist
checking for references to /build/ in /nix/store/cc3dfsk7jrz1f05jqiqcxdaa9ya2walg-python3.12-levenshtein-0.27.1-dist...
patching script interpreter paths in /nix/store/cc3dfsk7jrz1f05jqiqcxdaa9ya2walg-python3.12-levenshtein-0.27.1-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonCatchConflictsPhase
→ pythonRemoveBinBytecodePhase
→ pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: Levenshtein
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: tests
collected 8 items
tests/test_levenshtein_distance.py ... [ 37%]
tests/test_matching_blocks.py . [ 50%]
tests/test_median.py .. [ 75%]
tests/test_seq_ratio.py . [ 87%]
tests/test_set_ratio.py . [100%]
============================== 8 passed in 0.03s ===============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
python3.12-fire-0.7.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/kqfqasi5wsd7wpnpxjj3c5s7ng4pmwpg-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/setup.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'requires_python'
warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating fire.egg-info
writing fire.egg-info/PKG-INFO
writing dependency_links to fire.egg-info/dependency_links.txt
writing requirements to fire.egg-info/requires.txt
writing top-level names to fire.egg-info/top_level.txt
writing manifest file 'fire.egg-info/SOURCES.txt'
reading manifest file 'fire.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'fire.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'requires_python'
warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/fire
copying fire/__init__.py -> build/lib/fire
copying fire/__main__.py -> build/lib/fire
copying fire/completion.py -> build/lib/fire
copying fire/completion_test.py -> build/lib/fire
copying fire/core.py -> build/lib/fire
copying fire/core_test.py -> build/lib/fire
copying fire/custom_descriptions.py -> build/lib/fire
copying fire/custom_descriptions_test.py -> build/lib/fire
copying fire/decorators.py -> build/lib/fire
copying fire/decorators_test.py -> build/lib/fire
copying fire/docstrings.py -> build/lib/fire
copying fire/docstrings_fuzz_test.py -> build/lib/fire
copying fire/docstrings_test.py -> build/lib/fire
copying fire/fire_import_test.py -> build/lib/fire
copying fire/fire_test.py -> build/lib/fire
copying fire/formatting.py -> build/lib/fire
copying fire/formatting_test.py -> build/lib/fire
copying fire/formatting_windows.py -> build/lib/fire
copying fire/helptext.py -> build/lib/fire
copying fire/helptext_test.py -> build/lib/fire
copying fire/inspectutils.py -> build/lib/fire
copying fire/inspectutils_test.py -> build/lib/fire
copying fire/interact.py -> build/lib/fire
copying fire/interact_test.py -> build/lib/fire
copying fire/main_test.py -> build/lib/fire
copying fire/parser.py -> build/lib/fire
copying fire/parser_fuzz_test.py -> build/lib/fire
copying fire/parser_test.py -> build/lib/fire
copying fire/test_components.py -> build/lib/fire
copying fire/test_components_bin.py -> build/lib/fire
copying fire/test_components_py3.py -> build/lib/fire
copying fire/test_components_test.py -> build/lib/fire
copying fire/testutils.py -> build/lib/fire
copying fire/testutils_test.py -> build/lib/fire
copying fire/trace.py -> build/lib/fire
copying fire/trace_test.py -> build/lib/fire
copying fire/value_types.py -> build/lib/fire
creating build/lib/fire/console
copying fire/console/__init__.py -> build/lib/fire/console
copying fire/console/console_attr.py -> build/lib/fire/console
copying fire/console/console_attr_os.py -> build/lib/fire/console
copying fire/console/console_io.py -> build/lib/fire/console
copying fire/console/console_pager.py -> build/lib/fire/console
copying fire/console/encoding.py -> build/lib/fire/console
copying fire/console/files.py -> build/lib/fire/console
copying fire/console/platforms.py -> build/lib/fire/console
copying fire/console/text.py -> build/lib/fire/console
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/fire
copying build/lib/fire/__init__.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/__main__.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/completion.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/completion_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/core.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/core_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/custom_descriptions.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/custom_descriptions_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/decorators.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/decorators_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/docstrings.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/docstrings_fuzz_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/docstrings_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/fire_import_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/fire_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/formatting.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/formatting_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/formatting_windows.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/helptext.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/helptext_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/inspectutils.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/inspectutils_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/interact.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/interact_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/main_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/parser.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/parser_fuzz_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/parser_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/test_components.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/test_components_bin.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/test_components_py3.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/test_components_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/testutils.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/testutils_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/trace.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/trace_test.py -> build/bdist.linux-x86_64/wheel/./fire
copying build/lib/fire/value_types.py -> build/bdist.linux-x86_64/wheel/./fire
creating build/bdist.linux-x86_64/wheel/fire/console
copying build/lib/fire/console/__init__.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/console_attr.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/console_attr_os.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/console_io.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/console_pager.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/encoding.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/files.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/platforms.py -> build/bdist.linux-x86_64/wheel/./fire/console
copying build/lib/fire/console/text.py -> build/bdist.linux-x86_64/wheel/./fire/console
running install_egg_info
running egg_info
writing fire.egg-info/PKG-INFO
writing dependency_links to fire.egg-info/dependency_links.txt
writing requirements to fire.egg-info/requires.txt
writing top-level names to fire.egg-info/top_level.txt
reading manifest file 'fire.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'fire.egg-info/SOURCES.txt'
Copying fire.egg-info to build/bdist.linux-x86_64/wheel/./fire-0.7.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/fire-0.7.0.dist-info/WHEEL
creating '/build/source/dist/.tmp-0bcpryk4/fire-0.7.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'fire/__init__.py'
adding 'fire/__main__.py'
adding 'fire/completion.py'
adding 'fire/completion_test.py'
adding 'fire/core.py'
adding 'fire/core_test.py'
adding 'fire/custom_descriptions.py'
adding 'fire/custom_descriptions_test.py'
adding 'fire/decorators.py'
adding 'fire/decorators_test.py'
adding 'fire/docstrings.py'
adding 'fire/docstrings_fuzz_test.py'
adding 'fire/docstrings_test.py'
adding 'fire/fire_import_test.py'
adding 'fire/fire_test.py'
adding 'fire/formatting.py'
adding 'fire/formatting_test.py'
adding 'fire/formatting_windows.py'
adding 'fire/helptext.py'
adding 'fire/helptext_test.py'
adding 'fire/inspectutils.py'
adding 'fire/inspectutils_test.py'
adding 'fire/interact.py'
adding 'fire/interact_test.py'
adding 'fire/main_test.py'
adding 'fire/parser.py'
adding 'fire/parser_fuzz_test.py'
adding 'fire/parser_test.py'
adding 'fire/test_components.py'
adding 'fire/test_components_bin.py'
adding 'fire/test_components_py3.py'
adding 'fire/test_components_test.py'
adding 'fire/testutils.py'
adding 'fire/testutils_test.py'
adding 'fire/trace.py'
adding 'fire/trace_test.py'
adding 'fire/value_types.py'
adding 'fire/console/__init__.py'
adding 'fire/console/console_attr.py'
adding 'fire/console/console_attr_os.py'
adding 'fire/console/console_io.py'
adding 'fire/console/console_pager.py'
adding 'fire/console/encoding.py'
adding 'fire/console/files.py'
adding 'fire/console/platforms.py'
adding 'fire/console/text.py'
adding 'fire-0.7.0.dist-info/licenses/LICENSE'
adding 'fire-0.7.0.dist-info/METADATA'
adding 'fire-0.7.0.dist-info/WHEEL'
adding 'fire-0.7.0.dist-info/top_level.txt'
adding 'fire-0.7.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built fire-0.7.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for fire-0.7.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed fire-0.7.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/d6hn42nfkild1rv0cd1dcx32gqdp2mmw-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/d6hn42nfkild1rv0cd1dcx32gqdp2mmw-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/d6hn42nfkild1rv0cd1dcx32gqdp2mmw-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/d6hn42nfkild1rv0cd1dcx32gqdp2mmw-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/9vhn9p1zl0wyv1xk445zp61pxspya647-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/9vhn9p1zl0wyv1xk445zp61pxspya647-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/9vhn9p1zl0wyv1xk445zp61pxspya647-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: setup.cfg
plugins: hypothesis-6.130.12
collected 273 items
examples/cipher/cipher_test.py . [ 0%]
examples/diff/diff_test.py ...... [ 2%]
examples/widget/collector_test.py ... [ 3%]
examples/widget/widget_test.py .. [ 4%]
fire/completion_test.py ................F. [ 10%]
fire/core_test.py ............................. [ 21%]
fire/custom_descriptions_test.py ....... [ 24%]
fire/decorators_test.py ........... [ 28%]
fire/docstrings_fuzz_test.py . [ 28%]
fire/docstrings_test.py .................. [ 35%]
fire/fire_import_test.py ... [ 36%]
fire/fire_test.py ...................................................... [ 56%]
........ [ 58%]
fire/formatting_test.py .......... [ 62%]
fire/helptext_test.py ......................................... [ 77%]
fire/inspectutils_test.py ............ [ 82%]
fire/interact_test.py .. [ 82%]
fire/main_test.py ...... [ 84%]
fire/parser_test.py .................... [ 92%]
fire/test_components_test.py .. [ 93%]
fire/testutils_test.py ... [ 94%]
fire/trace_test.py ................ [100%]
=================================== FAILURES ===================================
________________ TabCompletionTest.testNonStringDictCompletions ________________
self = <fire.completion_test.TabCompletionTest testMethod=testNonStringDictCompletions>
def testNonStringDictCompletions(self):
completions = completion.Completions({10: 'green',
3.14: 'yellow',
('t1', 't2'): 'pink',})
self.assertIn('10', completions)> self.assertIn('3.14', completions)E AssertionError: '3.14' not found in ['10', '3.1400000000000001', "('t1', 't2')"]fire/completion_test.py:157: AssertionError
=============================== warnings summary ===============================
fire/fire_test.py::FireTest::testFireAsyncio
/build/source/fire/core.py:681: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED fire/completion_test.py::TabCompletionTest::testNonStringDictCompletions - AssertionError: '3.14' not found in ['10', '3.1400000000000001', "('t1', 't2')"]================== 1 failed, 272 passed, 1 warning in 14.97s ===================
error: Cannot build '/nix/store/5m793hax2sil36gfb2awmivcvd1s33zs-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/9vhn9p1zl0wyv1xk445zp61pxspya647-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0-dist
/nix/store/d6hn42nfkild1rv0cd1dcx32gqdp2mmw-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0
Last 25 log lines:
> =================================== FAILURES ===================================
> ________________ TabCompletionTest.testNonStringDictCompletions ________________
>
> self = <fire.completion_test.TabCompletionTest testMethod=testNonStringDictCompletions>
>
> def testNonStringDictCompletions(self):
> completions = completion.Completions({
> 10: 'green',
> 3.14: 'yellow',
> ('t1', 't2'): 'pink',
> })
> self.assertIn('10', completions)
> > self.assertIn('3.14', completions)
> E AssertionError: '3.14' not found in ['10', '3.1400000000000001', "('t1', 't2')"]
>
> fire/completion_test.py:157: AssertionError
> =============================== warnings summary ===============================
> fire/fire_test.py::FireTest::testFireAsyncio
> /build/source/fire/core.py:681: DeprecationWarning: There is no current event loop
> loop = asyncio.get_event_loop()
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> FAILED fire/completion_test.py::TabCompletionTest::testNonStringDictCompletions - AssertionError: '3.14' not found in ['10', '3.1400000000000001', "('t1', 't2')"]
> ================== 1 failed, 272 passed, 1 warning in 14.97s ===================
For full logs, run:
nix log /nix/store/5m793hax2sil36gfb2awmivcvd1s33zs-python3.12-fire-0.7.0-x86_64-unknown-linux-gnufilc0.drvatf-0.23
error: Cannot build '/nix/store/lb7phw6387xzl5j893bbm89wmmrddyqy-atf-x86_64-unknown-linux-gnufilc0-0.23.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/k1ai82snwmv0h70n38s8aw6yx0w4zxxh-atf-x86_64-unknown-linux-gnufilc0-0.23
Last 25 log lines:
> checking whether clang++ -std=c++14 supports -Wall... yes
> checking whether clang++ -std=c++14 supports -Wcast-qual... yes
> checking whether clang++ -std=c++14 supports -Wextra... yes
> checking whether clang++ -std=c++14 supports -Wpointer-arith... yes
> checking whether clang++ -std=c++14 supports -Wredundant-decls... yes
> checking whether clang++ -std=c++14 supports -Wreturn-type... yes
> checking whether clang++ -std=c++14 supports -Wshadow... yes
> checking whether clang++ -std=c++14 supports -Wsign-compare... yes
> checking whether clang++ -std=c++14 supports -Wswitch... yes
> checking whether clang++ -std=c++14 supports -Wwrite-strings... yes
> checking whether clang++ -std=c++14 supports -DNDEBUG... yes
> checking whether clang++ -std=c++14 supports -Wabi... yes
> checking whether clang++ -std=c++14 supports -Wctor-dtor-privacy... yes
> checking whether clang++ -std=c++14 supports -Wno-deprecated... yes
> checking whether clang++ -std=c++14 supports -Wno-non-template-friend... no
> checking whether clang++ -std=c++14 supports -Wno-pmf-conversions... no
> checking whether clang++ -std=c++14 supports -Wnon-virtual-dtor... yes
> checking whether clang++ -std=c++14 supports -Woverloaded-virtual... yes
> checking whether clang++ -std=c++14 supports -Wreorder... yes
> checking whether clang++ -std=c++14 supports -Wsign-promo... yes
> checking whether clang++ -std=c++14 supports -Wsynth... yes
> checking whether vsnprintf is in std... no
> checking whether getopt allows a + sign for POSIX behavior... configure: error: in '/build/source':
> configure: error: cannot run test program while cross compiling
> See 'config.log' for more details
For full logs, run:
nix log /nix/store/lb7phw6387xzl5j893bbm89wmmrddyqy-atf-x86_64-unknown-linux-gnufilc0-0.23.drvatftp-0.8.0
error: Cannot build '/nix/store/y8bwwj7752cx0hw0568rn40m9xk55a6w-atftp-x86_64-unknown-linux-gnufilc0-0.8.0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/33q45lfnw0v6ag320dkk1bbg8ygvh9hw-atftp-x86_64-unknown-linux-gnufilc0-0.8.0ath9k-htc-blobless-firmware-1.4.0
error: Cannot build '/nix/store/4fwh0kx72pbpkqcf3m0dr42jjbi9z2wx-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-1.4.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/cqi1cl8037b1c9il77l69rxk1lqa66b0-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-1.4.0
Last 25 log lines:
> clang-20: error: unsupported option '-print-multi-os-directory'
> clang-20: error: no input files
> mv -f /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`/./libiberty.an /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`/./libiberty.a
> clang-20: error: unsupported option '-print-multi-os-directory'
> clang-20: error: no input files
> clang-20: error: unsupported option '-print-multi-os-directory'
> clang-20: error: no input files
> if test -n ""; then \
> case "" in \
> /*) thd=;; \
> *) thd=/build/source/toolchain/inst/include/;; \
> esac; \
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash /build/source/toolchain/dl/binutils-2.23.1/libiberty/../mkinstalldirs ${thd}; \
> for h in /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/ansidecl.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/demangle.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/dyn-string.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/fibheap.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/floatformat.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/hashtab.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/libiberty.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/objalloc.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/partition.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/safe-ctype.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/sort.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/splay-tree.h /build/source/toolchain/dl/binutils-2.23.1/libiberty/../include/timeval-utils.h; do \
> /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 $h ${thd}; \
> done; \
> fi
> make[4]: Entering directory '/build/source/toolchain/build/binutils-2.23.1/libiberty/testsuite'
> make[4]: Nothing to be done for 'install'.
> make[4]: Leaving directory '/build/source/toolchain/build/binutils-2.23.1/libiberty/testsuite'
> make[3]: Leaving directory '/build/source/toolchain/build/binutils-2.23.1/libiberty'
> make[2]: Nothing to be done for 'install-target'.
> make[2]: Leaving directory '/build/source/toolchain/build/binutils-2.23.1'
> make[1]: Leaving directory '/build/source/toolchain/build/binutils-2.23.1'
> touch /build/source/toolchain/build/binutils-2.23.1/.built
For full logs, run:
nix log /nix/store/4fwh0kx72pbpkqcf3m0dr42jjbi9z2wx-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-1.4.0.drvath9k-htc-blobless-firmware-unstable-2022-05-22
error: Cannot build '/nix/store/z029yn41pj0cgbwp0g3fjgxks7vh5s9r-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-unstable-2022-05-22.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8r9hchybh68l1bhk3r1zdwfpcc5bdmf4-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-unstable-2022-05-22
Last 25 log lines:
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash /build/source/toolchain/dl/binutils-2.35/libiberty/../mkinstalldirs /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`; \
> /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./libiberty.a /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`/./libiberty.an; \
> ( cd /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
> mv -f /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`/./libiberty.an /build/source/toolchain/inst/lib/`clang -g -O2 -print-multi-os-directory`/./libiberty.a; \
> case "" in \
> /*) thd=;; \
> *) thd=/build/source/toolchain/inst/include/;; \
> esac; \
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash /build/source/toolchain/dl/binutils-2.35/libiberty/../mkinstalldirs ${thd}; \
> for h in /build/source/toolchain/dl/binutils-2.35/libiberty/../include/ansidecl.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/demangle.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/dyn-string.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/fibheap.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/floatformat.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/hashtab.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/libiberty.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/objalloc.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/partition.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/safe-ctype.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/sort.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/splay-tree.h /build/source/toolchain/dl/binutils-2.35/libiberty/../include/timeval-utils.h; do \
> /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 $h ${thd}; \
> done; \
> fi
> make[4]: Entering directory '/build/source/toolchain/build/binutils-2.35/libiberty/testsuite'
> make[4]: Nothing to be done for 'install'.
> make[4]: Leaving directory '/build/source/toolchain/build/binutils-2.35/libiberty/testsuite'
> make[3]: Leaving directory '/build/source/toolchain/build/binutils-2.35/libiberty'
> make[3]: Entering directory '/build/source/toolchain/build/binutils-2.35/libctf'
> make[4]: Entering directory '/build/source/toolchain/build/binutils-2.35/libctf'
> make[4]: Leaving directory '/build/source/toolchain/build/binutils-2.35/libctf'
> make[3]: Leaving directory '/build/source/toolchain/build/binutils-2.35/libctf'
> make[2]: Nothing to be done for 'install-target'.
> make[2]: Leaving directory '/build/source/toolchain/build/binutils-2.35'
> make[1]: Leaving directory '/build/source/toolchain/build/binutils-2.35'
> touch /build/source/toolchain/build/binutils-2.35/.built
For full logs, run:
nix log /nix/store/z029yn41pj0cgbwp0g3fjgxks7vh5s9r-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-unstable-2022-05-22.drvatinout-0.9.2-alpha
error: Cannot build '/nix/store/mqq8k161axivcd1ky0ww4y03n5s9xxgs-atinout-x86_64-unknown-linux-gnufilc0-0.9.2-alpha.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/643bks7zp4lvrmsgvydkrz7kc1dkhnd1-atinout-x86_64-unknown-linux-gnufilc0-0.9.2-alpha
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/900jkd5d3cakz97i6c8lxr1gy7kdfd8y-code-4976a6c
> source root is code-4976a6c
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CC=cc
> cc -o atinout -W -Wall -Wextra -Werror -DVERSION=\"0.9.1\" -g atinout.c
> error: unknown warning option '-Werror=implicit-fallthrough=0'; did you mean '-Werror=implicit-fallthrough'? [-Werror,-Wunknown-warning-option]
> make: *** [Makefile:21: atinout] Error 1
For full logs, run:
nix log /nix/store/mqq8k161axivcd1ky0ww4y03n5s9xxgs-atinout-x86_64-unknown-linux-gnufilc0-0.9.2-alpha.drvatomic-operator-0.8.5
error: Cannot build '/nix/store/nb2ipifcncg26sfy42wc9qm68kk3j5sr-atomic-operator-0.8.5-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 5 dependencies failed.
Output paths:
/nix/store/jmwp7f8848kvijg7arf9dz8hwdvds64r-atomic-operator-0.8.5-x86_64-unknown-linux-gnufilc0-dist
/nix/store/ym3f8hygg8xj8rf5p91f4bn8k11s5xii-atomic-operator-0.8.5-x86_64-unknown-linux-gnufilc0ath9k-htc-blobless-firmware-1.4.0
error: build of '/nix/store/4fwh0kx72pbpkqcf3m0dr42jjbi9z2wx-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-1.4.0.drv^*', '/nix/store/lb7phw6387xzl5j893bbm89wmmrddyqy-atf-x86_64-unknown-linux-gnufilc0-0.23.drv^*', '/nix/store/mqq8k161axivcd1ky0ww4y03n5s9xxgs-atinout-x86_64-unknown-linux-gnufilc0-0.9.2-alpha.drv^*', '/nix/store/nb2ipifcncg26sfy42wc9qm68kk3j5sr-atomic-operator-0.8.5-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/y8bwwj7752cx0hw0568rn40m9xk55a6w-atftp-x86_64-unknown-linux-gnufilc0-0.8.0.drv^*', '/nix/store/z029yn41pj0cgbwp0g3fjgxks7vh5s9r-ath9k-htc-blobless-firmware-x86_64-unknown-linux-gnufilc0-unstable-2022-05-22.drv^*' failed
End of log