From cd598b9e1aceb9754e3823a128be1b1fb24324c9 Mon Sep 17 00:00:00 2001 From: Daniel Schwartz-Narbonne Date: Fri, 14 Jun 2024 16:10:08 -0400 Subject: [PATCH] [crashtracker] Add tests for unix socket receiver, and mark slow tests ignore (#484) --- Cargo.lock | 37 ++- LICENSE-3rdparty.yml | 298 ++++++++++++++++++ bin_tests/Cargo.toml | 1 + bin_tests/src/bin/crashtracker_bin_test.rs | 89 ++++-- .../bin/crashtracker_unix_socket_receiver.rs | 15 + bin_tests/src/lib.rs | 7 + bin_tests/tests/crashtracker_bin_test.rs | 80 ++++- bin_tests/tests/test_the_tests.rs | 2 +- crashtracker/src/receiver.rs | 2 - 9 files changed, 482 insertions(+), 49 deletions(-) create mode 100644 bin_tests/src/bin/crashtracker_unix_socket_receiver.rs diff --git a/Cargo.lock b/Cargo.lock index cc280d547..93c5cf2a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,6 +488,7 @@ dependencies = [ "hyper", "once_cell", "serde_json", + "strum", "tempfile", ] @@ -710,7 +711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49" dependencies = [ "clap 3.2.25", - "heck", + "heck 0.4.1", "indexmap 1.9.3", "log", "proc-macro2", @@ -833,7 +834,7 @@ version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.58", @@ -1568,7 +1569,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0a4be4cd710e92098de6ad258e6e7c24af11c29c5142f3c6f2a545652480ff8" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro-error", ] @@ -2023,6 +2024,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.1.19" @@ -3220,7 +3227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ "bytes", - "heck", + "heck 0.4.1", "itertools 0.10.5", "lazy_static", "log", @@ -3954,6 +3961,28 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +[[package]] +name = "strum" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.58", +] + [[package]] name = "symbolic-common" version = "12.8.0" diff --git a/LICENSE-3rdparty.yml b/LICENSE-3rdparty.yml index 8c21983b8..5d0378c26 100644 --- a/LICENSE-3rdparty.yml +++ b/LICENSE-3rdparty.yml @@ -7864,6 +7864,40 @@ third_party_libraries: DEALINGS IN THE SOFTWARE. - license: Apache-2.0 text: " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n" +- package_name: heck + package_version: 0.5.0 + repository: https://github.com/withoutboats/heck + license: MIT OR Apache-2.0 + licenses: + - license: MIT + text: | + Copyright (c) 2015 The Rust Project Developers + + Permission is hereby granted, free of charge, to any + person obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the + Software without restriction, including without + limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software + is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice + shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED + TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT + SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR + IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + - license: Apache-2.0 + text: " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n" - package_name: hermit-abi package_version: 0.1.19 repository: https://github.com/hermitcore/libhermit-rs @@ -17780,6 +17814,214 @@ third_party_libraries: OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- package_name: rustversion + package_version: 1.0.15 + repository: https://github.com/dtolnay/rustversion + license: MIT OR Apache-2.0 + licenses: + - license: MIT + text: | + Permission is hereby granted, free of charge, to any + person obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the + Software without restriction, including without + limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software + is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice + shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED + TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT + SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR + IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + - license: Apache-2.0 + text: |2 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS - package_name: ruzstd package_version: 0.3.1 repository: https://github.com/KillingSpark/zstd-rs @@ -20525,6 +20767,62 @@ third_party_libraries: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +- package_name: strum + package_version: 0.26.2 + repository: https://github.com/Peternator7/strum + license: MIT + licenses: + - license: MIT + text: | + MIT License + + Copyright (c) 2019 Peter Glotfelty + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +- package_name: strum_macros + package_version: 0.26.4 + repository: https://github.com/Peternator7/strum + license: MIT + licenses: + - license: MIT + text: | + MIT License + + Copyright (c) 2019 Peter Glotfelty + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/bin_tests/Cargo.toml b/bin_tests/Cargo.toml index 34656cc28..37ff82856 100644 --- a/bin_tests/Cargo.toml +++ b/bin_tests/Cargo.toml @@ -18,6 +18,7 @@ ddcommon = { path = "../ddcommon" } tempfile = "3.3" serde_json = { version = "1.0" } hyper = { version = "0.14", default-features = false } +strum = { version = "0.26.2", features = ["derive"] } [[bin]] name = "crashtracker_bin_test" diff --git a/bin_tests/src/bin/crashtracker_bin_test.rs b/bin_tests/src/bin/crashtracker_bin_test.rs index eb41b556f..ba5e6141c 100644 --- a/bin_tests/src/bin/crashtracker_bin_test.rs +++ b/bin_tests/src/bin/crashtracker_bin_test.rs @@ -12,7 +12,8 @@ fn main() -> anyhow::Result<()> { #[cfg(unix)] mod unix { use anyhow::Context; - use std::{env, time::Duration}; + use bin_tests::ReceiverType; + use std::{env, fs::File, str::FromStr, time::Duration}; use datadog_crashtracker::{ self as crashtracker, CrashtrackerConfiguration, CrashtrackerMetadata, @@ -27,10 +28,15 @@ mod unix { pub fn main() -> anyhow::Result<()> { let mut args = env::args().skip(1); + let mode = args.next().context("Unexpected number of arguments")?; let output_url = args.next().context("Unexpected number of arguments")?; let receiver_binary = args.next().context("Unexpected number of arguments")?; + let unix_socket_reciever_binary = args.next().context("Unexpected number of arguments")?; let stderr_filename = args.next().context("Unexpected number of arguments")?; let stdout_filename = args.next().context("Unexpected number of arguments")?; + let socket_path = args.next().context("Unexpected number of arguments")?; + anyhow::ensure!(args.next().is_none(), "unexpected extra arguments"); + let timeout = Duration::from_secs(30); let wait_for_receiver = true; @@ -43,34 +49,59 @@ mod unix { }) }; - crashtracker::init_with_receiver( - CrashtrackerConfiguration { - additional_files: vec![], - create_alt_stack: true, - resolve_frames: crashtracker::StacktraceCollection::WithoutSymbols, - endpoint, - timeout, - wait_for_receiver, - }, - CrashtrackerReceiverConfig::new( - vec![], - env::vars().collect(), - receiver_binary, - Some(stderr_filename), - Some(stdout_filename), - )?, - CrashtrackerMetadata { - profiling_library_name: "libdatadog".to_owned(), - profiling_library_version: "1.0.0".to_owned(), - family: "native".to_owned(), - tags: vec![ - tag!("service", "foo"), - tag!("service_version", "bar"), - tag!("runtime-id", "xyz"), - tag!("language", "native"), - ], - }, - )?; + let config = CrashtrackerConfiguration { + additional_files: vec![], + create_alt_stack: true, + resolve_frames: crashtracker::StacktraceCollection::WithoutSymbols, + endpoint, + timeout, + wait_for_receiver, + }; + + let metadata = CrashtrackerMetadata { + profiling_library_name: "libdatadog".to_owned(), + profiling_library_version: "1.0.0".to_owned(), + family: "native".to_owned(), + tags: vec![ + tag!("service", "foo"), + tag!("service_version", "bar"), + tag!("runtime-id", "xyz"), + tag!("language", "native"), + ], + }; + match ReceiverType::from_str(&mode)? { + ReceiverType::ChildProcessStdin => { + crashtracker::init_with_receiver( + config, + CrashtrackerReceiverConfig::new( + vec![], + env::vars().collect(), + receiver_binary, + Some(stderr_filename), + Some(stdout_filename), + )?, + metadata, + )?; + } + ReceiverType::UnixSocket => { + // Fork a unix socket receiver + // For now, this exits when a single message is received. + // When the listener is updated, we'll need to keep the handle and kill the receiver + // to avoid leaking a process. + std::process::Command::new(unix_socket_reciever_binary) + .stderr(File::create(stderr_filename)?) + .stdout(File::create(stdout_filename)?) + .arg(&socket_path) + .spawn() + .context("failed to spawn unix receiver")?; + + // Wait long enough for the receiver to establish the socket + std::thread::sleep(std::time::Duration::from_secs(1)); + + crashtracker::init_with_unix_socket(config, &socket_path, metadata)?; + } + } + crashtracker::begin_profiling_op(crashtracker::ProfilingOpTypes::CollectingSample)?; unsafe { deref_ptr(std::ptr::null_mut::()); diff --git a/bin_tests/src/bin/crashtracker_unix_socket_receiver.rs b/bin_tests/src/bin/crashtracker_unix_socket_receiver.rs new file mode 100644 index 000000000..4997aa9a5 --- /dev/null +++ b/bin_tests/src/bin/crashtracker_unix_socket_receiver.rs @@ -0,0 +1,15 @@ +// Copyright 2023-Present Datadog, Inc. https://www.datadoghq.com/ +// SPDX-License-Identifier: Apache-2.0 + +#[cfg(not(unix))] +fn main() {} + +#[cfg(unix)] +fn main() -> anyhow::Result<()> { + let args: Vec<_> = std::env::args().collect(); + anyhow::ensure!( + args.len() == 2, + "Usage: crashtracker_unix_socket_receiver path_to_unix_socket" + ); + datadog_crashtracker::reciever_entry_point_unix_socket(&args[1]) +} diff --git a/bin_tests/src/lib.rs b/bin_tests/src/lib.rs index 5f05f603a..e5a9462c5 100644 --- a/bin_tests/src/lib.rs +++ b/bin_tests/src/lib.rs @@ -5,6 +5,7 @@ use std::{collections::HashMap, env, ops::DerefMut, path::PathBuf, process, sync use anyhow::Ok; use once_cell::sync::OnceCell; +use strum::{Display, EnumString}; /// This crate implements an abstraction over compilation with cargo with the purpose /// of testing full binaries or dynamic libraries, instead if just rust static libraries. @@ -27,6 +28,12 @@ pub enum ArtifactType { Bin, } +#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy, EnumString, Display)] +pub enum ReceiverType { + ChildProcessStdin, + UnixSocket, +} + #[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)] pub enum BuildProfile { Debug, diff --git a/bin_tests/tests/crashtracker_bin_test.rs b/bin_tests/tests/crashtracker_bin_test.rs index dedda2471..491d082c3 100644 --- a/bin_tests/tests/crashtracker_bin_test.rs +++ b/bin_tests/tests/crashtracker_bin_test.rs @@ -10,30 +10,52 @@ use std::process; use std::{fs, path::PathBuf}; use anyhow::Context; -use bin_tests::{build_artifacts, ArtifactType, ArtifactsBuild, BuildProfile}; +use bin_tests::{build_artifacts, ArtifactType, ArtifactsBuild, BuildProfile, ReceiverType}; #[test] #[cfg_attr(miri, ignore)] -fn test_crash_tracking_bin_debug() { - test_crash_tracking_bin(BuildProfile::Debug); +fn test_crash_tracking_bin_debug_stdin() { + test_crash_tracking_bin(BuildProfile::Debug, ReceiverType::ChildProcessStdin); } #[test] #[cfg_attr(miri, ignore)] -fn test_crash_tracking_bin_release() { - test_crash_tracking_bin(BuildProfile::Release); +fn test_crash_tracking_bin_debug_unix_socket() { + test_crash_tracking_bin(BuildProfile::Debug, ReceiverType::UnixSocket); } -fn test_crash_tracking_bin(crash_tracking_receiver_profile: BuildProfile) { - let (crashtracker_bin, crashtracker_receiver) = +#[test] +#[ignore] // This test is slow, only run it if explicitly opted in +fn test_crash_tracking_bin_release_stdin() { + test_crash_tracking_bin(BuildProfile::Release, ReceiverType::ChildProcessStdin); +} + +#[test] +#[ignore] // This test is slow, only run it if explicitly opted in +fn test_crash_tracking_bin_release_unix_socket() { + test_crash_tracking_bin(BuildProfile::Release, ReceiverType::UnixSocket); +} + +fn test_crash_tracking_bin( + crash_tracking_receiver_profile: BuildProfile, + receiver_type: ReceiverType, +) { + let (crashtracker_bin, crashtracker_receiver, crashtracker_unix_socket_receiver) = setup_crashtracking_crates(crash_tracking_receiver_profile); - let fixtures = setup_test_fixtures(&[&crashtracker_receiver, &crashtracker_bin]); + let fixtures = setup_test_fixtures(&[ + &crashtracker_receiver, + &crashtracker_bin, + &crashtracker_unix_socket_receiver, + ]); let mut p = process::Command::new(&fixtures.artifacts[&crashtracker_bin]) + .arg(receiver_type.to_string()) .arg(format!("file://{}", fixtures.crash_profile_path.display())) .arg(fixtures.artifacts[&crashtracker_receiver].as_os_str()) + .arg(fixtures.artifacts[&crashtracker_unix_socket_receiver].as_os_str()) .arg(&fixtures.stderr_path) .arg(&fixtures.stdout_path) + .arg(&fixtures.unix_socket_path) .spawn() .unwrap(); let exit_status = bin_tests::timeit!("exit after signal", { @@ -134,21 +156,41 @@ fn assert_telemetry_message(crash_telemetry: &[u8]) { #[test] #[cfg_attr(miri, ignore)] #[cfg(unix)] -fn crash_tracking_empty_endpoint() { +fn crash_tracking_empty_endpoint_unix_socket() { + crash_tracking_empty_endpoint_inner(ReceiverType::UnixSocket) +} + +#[test] +#[cfg_attr(miri, ignore)] +#[cfg(unix)] +fn crash_tracking_empty_endpoint_stdin() { + crash_tracking_empty_endpoint_inner(ReceiverType::ChildProcessStdin) +} + +#[cfg(unix)] +fn crash_tracking_empty_endpoint_inner(receiver_type: ReceiverType) { use std::os::unix::net::UnixListener; - let (crashtracker_bin, crashtracker_receiver) = setup_crashtracking_crates(BuildProfile::Debug); - let fixtures = setup_test_fixtures(&[&crashtracker_receiver, &crashtracker_bin]); + let (crashtracker_bin, crashtracker_receiver, crashtracker_unix_socket_receiver) = + setup_crashtracking_crates(BuildProfile::Debug); + let fixtures = setup_test_fixtures(&[ + &crashtracker_receiver, + &crashtracker_bin, + &crashtracker_unix_socket_receiver, + ]); let socket_path = extend_path(fixtures.tmpdir.path(), "trace_agent.socket"); let listener = UnixListener::bind(&socket_path).unwrap(); process::Command::new(&fixtures.artifacts[&crashtracker_bin]) // empty url, endpoint will be set to none + .arg(receiver_type.to_string()) .arg("") .arg(fixtures.artifacts[&crashtracker_receiver].as_os_str()) + .arg(fixtures.artifacts[&crashtracker_unix_socket_receiver].as_os_str()) .arg(&fixtures.stderr_path) .arg(&fixtures.stdout_path) + .arg(&fixtures.unix_socket_path) .env( "DD_TRACE_AGENT_URL", format!("unix://{}", socket_path.display()), @@ -175,6 +217,7 @@ struct TestFixtures<'a> { crash_telemetry_path: PathBuf, stdout_path: PathBuf, stderr_path: PathBuf, + unix_socket_path: PathBuf, artifacts: HashMap<&'a ArtifactsBuild, PathBuf>, } @@ -188,6 +231,7 @@ fn setup_test_fixtures<'a>(crates: &[&'a ArtifactsBuild]) -> TestFixtures<'a> { crash_telemetry_path: extend_path(tmpdir.path(), "crash.telemetry"), stdout_path: extend_path(tmpdir.path(), "out.stdout"), stderr_path: extend_path(tmpdir.path(), "out.stderr"), + unix_socket_path: extend_path(tmpdir.path(), "crashtracker.socket"), artifacts, tmpdir, @@ -196,7 +240,7 @@ fn setup_test_fixtures<'a>(crates: &[&'a ArtifactsBuild]) -> TestFixtures<'a> { fn setup_crashtracking_crates( crash_tracking_receiver_profile: BuildProfile, -) -> (ArtifactsBuild, ArtifactsBuild) { +) -> (ArtifactsBuild, ArtifactsBuild, ArtifactsBuild) { let crashtracker_bin = ArtifactsBuild { name: "crashtracker_bin_test".to_owned(), build_profile: crash_tracking_receiver_profile, @@ -209,7 +253,17 @@ fn setup_crashtracking_crates( artifact_type: ArtifactType::Bin, triple_target: None, }; - (crashtracker_bin, crashtracker_receiver) + let crashtracker_unix_socket_receiver = ArtifactsBuild { + name: "crashtracker_unix_socket_receiver".to_owned(), + build_profile: crash_tracking_receiver_profile, + artifact_type: ArtifactType::Bin, + triple_target: None, + }; + ( + crashtracker_bin, + crashtracker_receiver, + crashtracker_unix_socket_receiver, + ) } fn extend_path>(parent: &Path, path: T) -> PathBuf { diff --git a/bin_tests/tests/test_the_tests.rs b/bin_tests/tests/test_the_tests.rs index cd0800d7e..002e7b119 100644 --- a/bin_tests/tests/test_the_tests.rs +++ b/bin_tests/tests/test_the_tests.rs @@ -14,7 +14,7 @@ fn test_the_tests_debug() { } #[test] -#[cfg_attr(miri, ignore)] +#[ignore] // This test is slow, only run it if explicitly opted in fn test_the_tests_release() { test_the_tests_inner(BuildProfile::Release); } diff --git a/crashtracker/src/receiver.rs b/crashtracker/src/receiver.rs index 1a99ed7ab..1686b1a12 100644 --- a/crashtracker/src/receiver.rs +++ b/crashtracker/src/receiver.rs @@ -23,14 +23,12 @@ pub fn resolve_frames( pub fn get_unix_socket(socket_path: impl AsRef) -> anyhow::Result { let socket_path = socket_path.as_ref(); if std::fs::metadata(socket_path).is_ok() { - println!("A socket is already present. Deleting..."); std::fs::remove_file(socket_path) .with_context(|| format!("could not delete previous socket at {:?}", socket_path))?; } let unix_listener = UnixListener::bind(socket_path).context("Could not create the unix socket")?; - println!("bound to socket"); Ok(unix_listener) }